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

Class: Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesInput

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

Overview

Note:

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

{
  source_user_identifier: "DeveloperUserIdentifier", # required
  destination_user_identifier: "DeveloperUserIdentifier", # required
  developer_provider_name: "DeveloperProviderName", # required
  identity_pool_id: "IdentityPoolId", # required
}

Input to the MergeDeveloperIdentities action.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_user_identifierString

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

Returns:

  • (String)

    User identifier for the destination user.

#developer_provider_nameString

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Returns:

  • (String)

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

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)

    An identity pool ID in the format REGION:GUID.

#source_user_identifierString

User identifier for the source user. The value should be a DeveloperUserIdentifier.

Returns:

  • (String)

    User identifier for the source user.