AWSCognitoIdentityGetPrincipalTagAttributeMapInput

Objective-C

@interface AWSCognitoIdentityGetPrincipalTagAttributeMapInput : AWSRequest

Swift

class AWSCognitoIdentityGetPrincipalTagAttributeMapInput : AWSRequest
  • You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }
  • You can use this operation to get the provider name.

    Declaration

    Objective-C

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

    Swift

    var identityProviderName: String? { get set }