Class: Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::MergeDeveloperIdentitiesResponse
- 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
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
Instance Attribute Details
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
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 |