class Aws::CognitoIdentity::Types::UnlinkIdentityInput
Input to the UnlinkIdentity action.
@note When making an API call, you may pass UnlinkIdentityInput
data as a hash: { identity_id: "IdentityId", # required logins: { # required "IdentityProviderName" => "IdentityProviderToken", }, logins_to_remove: ["IdentityProviderName"], # required }
@!attribute [rw] identity_id
A unique identifier in the format REGION:GUID. @return [String]
@!attribute [rw] logins
A set of optional name-value pairs that map provider names to provider tokens. @return [Hash<String,String>]
@!attribute [rw] logins_to_remove
Provider names to unlink from this identity. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkIdentityInput AWS API Documentation
Constants
- SENSITIVE