Class: Aws::CognitoIdentity::Types::GetCredentialsForIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::GetCredentialsForIdentityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Returned in response to a successful ‘GetCredentialsForIdentity` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Credentials for the provided identity ID.
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Credentials for the provided identity ID.
317 318 319 320 321 322 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 317 class GetCredentialsForIdentityResponse < Struct.new( :identity_id, :credentials) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
317 318 319 320 321 322 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 317 class GetCredentialsForIdentityResponse < Struct.new( :identity_id, :credentials) SENSITIVE = [] include Aws::Structure end |