AWSCognitoIdentityDeleteIdentityPoolInput

Objective-C

@interface AWSCognitoIdentityDeleteIdentityPoolInput : AWSRequest

Swift

class AWSCognitoIdentityDeleteIdentityPoolInput : AWSRequest

Input to the DeleteIdentityPool action.

Required parameters: [IdentityPoolId]

  • An identity pool ID in the format REGION:GUID.

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }