Class: Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesResponse

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

Overview

Returned in response to a successful MergeDeveloperIdentities action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


1036
1037
1038
1039
1040
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1036

class MergeDeveloperIdentitiesResponse < Struct.new(
  :identity_id)
  SENSITIVE = []
  include Aws::Structure
end