AWSSNSListEndpointsByPlatformApplicationResponse
Objective-C
@interface AWSSNSListEndpointsByPlatformApplicationResponse
Swift
class AWSSNSListEndpointsByPlatformApplicationResponse
Response for ListEndpointsByPlatformApplication action.
-
Endpoints returned for
ListEndpointsByPlatformApplicationaction.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSNSEndpoint *> *_Nullable endpoints;Swift
var endpoints: [AWSSNSEndpoint]? { get set } -
NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSSNSListEndpointsByPlatformApplicationResponse Class Reference