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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentity/types.rb

Overview

Input to the ‘MergeDeveloperIdentities` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_user_identifierString

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

Returns:

  • (String)


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_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)


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_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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