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
- Struct
- Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesInput
- Defined in:
- (unknown)
Overview
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
-
#destination_user_identifier ⇒ String
User identifier for the destination user.
-
#developer_provider_name ⇒ String
The \"domain\" by which Cognito will refer to your users.
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
-
#source_user_identifier ⇒ String
User identifier for the source user.
Instance Attribute Details
#destination_user_identifier ⇒ String
User identifier for the destination user. The value should be a
DeveloperUserIdentifier
.
#developer_provider_name ⇒ String
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 (-).
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
#source_user_identifier ⇒ String
User identifier for the source user. The value should be a
DeveloperUserIdentifier
.