AWSSNSListPlatformApplicationsResponse
Objective-C
@interface AWSSNSListPlatformApplicationsResponse
Swift
class AWSSNSListPlatformApplicationsResponse
Response for ListPlatformApplications
action.
-
NextToken
string is returned when callingListPlatformApplications
action 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
ListPlatformApplications
action.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSNSPlatformApplication *> *_Nullable platformApplications;
Swift
var platformApplications: [AWSSNSPlatformApplication]? { get set }