Class: Aws::CognitoIdentity::Types::GetIdResponse

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

Overview

Returned in response to a GetId request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


373
374
375
376
377
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 373

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