Class: Aws::CognitoIdentity::Types::GetIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::GetIdResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Returned in response to a GetId request.
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.
373 374 375 376 377 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 373 class GetIdResponse < Struct.new( :identity_id) SENSITIVE = [] include Aws::Structure end |