AWSCognitoSyncListIdentityPoolUsageRequest

Objective-C

@interface AWSCognitoSyncListIdentityPoolUsageRequest

Swift

class AWSCognitoSyncListIdentityPoolUsageRequest

A request for usage information on an identity pool.

  • The maximum number of results to be returned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • A pagination token for obtaining the next page of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }