Class: Aws::CognitoIdentity::Types::GetCredentialsForIdentityResponse

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

Overview

Returned in response to a successful ‘GetCredentialsForIdentity` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Credentials for the provided identity ID.

Returns:



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_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


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