You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::UnlinkDeveloperIdentityInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UnlinkDeveloperIdentityInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  identity_id: "IdentityId", # required
  identity_pool_id: "IdentityPoolId", # required
  developer_provider_name: "DeveloperProviderName", # required
  developer_user_identifier: "DeveloperUserIdentifier", # required
}

Input to the UnlinkDeveloperIdentity action.

Instance Attribute Summary collapse

Instance Attribute Details

#developer_provider_nameString

The \"domain\" by which Cognito will refer to your users.

Returns:

  • (String)

    The \"domain\" by which Cognito will refer to your users.

#developer_user_identifierString

A unique ID used by your backend authentication process to identify a user.

Returns:

  • (String)

    A unique ID used by your backend authentication process to identify a user.

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)

    A unique identifier in the format REGION:GUID.

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)

    An identity pool ID in the format REGION:GUID.