Class: Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the ‘MergeDeveloperIdentities` action.
Constant Summary collapse
- SENSITIVE =
[]
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`.
1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1018 class MergeDeveloperIdentitiesInput < Struct.new( :source_user_identifier, :destination_user_identifier, :developer_provider_name, :identity_pool_id) SENSITIVE = [] include Aws::Structure end |
#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 (-).
1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1018 class MergeDeveloperIdentitiesInput < Struct.new( :source_user_identifier, :destination_user_identifier, :developer_provider_name, :identity_pool_id) SENSITIVE = [] include Aws::Structure end |
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1018 class MergeDeveloperIdentitiesInput < Struct.new( :source_user_identifier, :destination_user_identifier, :developer_provider_name, :identity_pool_id) SENSITIVE = [] include Aws::Structure end |
#source_user_identifier ⇒ String
User identifier for the source user. The value should be a ‘DeveloperUserIdentifier`.
1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1018 class MergeDeveloperIdentitiesInput < Struct.new( :source_user_identifier, :destination_user_identifier, :developer_provider_name, :identity_pool_id) SENSITIVE = [] include Aws::Structure end |