AWSCognitoSyncDescribeIdentityPoolUsageRequest

Objective-C

@interface AWSCognitoSyncDescribeIdentityPoolUsageRequest

Swift

class AWSCognitoSyncDescribeIdentityPoolUsageRequest

A request for usage information about the identity pool. Required parameters: [IdentityPoolId]

  • A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }