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

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

Overview

Returned in response to a successful GetCredentialsForIdentity operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Credentials for the provided identity ID.

Returns:



317
318
319
320
321
322
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 317

class GetCredentialsForIdentityResponse < Struct.new(
  :identity_id,
  :credentials)
  SENSITIVE = []
  include Aws::Structure
end

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


317
318
319
320
321
322
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 317

class GetCredentialsForIdentityResponse < Struct.new(
  :identity_id,
  :credentials)
  SENSITIVE = []
  include Aws::Structure
end