AWSSNSListPlatformApplicationsInput
Objective-C
@interface AWSSNSListPlatformApplicationsInput
Swift
class AWSSNSListPlatformApplicationsInput
Input for ListPlatformApplications
action.
-
NextToken
string is used when callingListPlatformApplications
action to retrieve additional records that are available after the first page results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }