AWSPinpointTargetingGetAppsRequest
Objective-C
@interface AWSPinpointTargetingGetAppsRequest
Swift
class AWSPinpointTargetingGetAppsRequest
-
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable pageSize;
Swift
var pageSize: String? { get set }
-
The NextToken string that specifies which page of results to return in a paginated response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable token;
Swift
var token: String? { get set }