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.
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.
292 293 294 295 296 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 292 class GetCredentialsForIdentityResponse < Struct.new( :identity_id, :credentials) include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
292 293 294 295 296 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 292 class GetCredentialsForIdentityResponse < Struct.new( :identity_id, :credentials) include Aws::Structure end |