AWSSNSListPlatformApplicationsResponse
Objective-C
@interface AWSSNSListPlatformApplicationsResponse
Swift
class AWSSNSListPlatformApplicationsResponse
Response for ListPlatformApplications action.
-
NextTokenstring is returned when callingListPlatformApplicationsaction 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 } -
Platform applications returned when calling
ListPlatformApplicationsaction.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSNSPlatformApplication *> *_Nullable platformApplications;Swift
var platformApplications: [AWSSNSPlatformApplication]? { get set }
View on GitHub
Install in Dash
AWSSNSListPlatformApplicationsResponse Class Reference