Class: Aws::CognitoIdentity::Types::DescribeIdentityInput

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

Overview

Note:

When making an API call, you may pass DescribeIdentityInput data as a hash:

{
  identity_id: "IdentityId", # required
}

Input to the ‘DescribeIdentity` action.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


215
216
217
218
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 215

class DescribeIdentityInput < Struct.new(
  :identity_id)
  include Aws::Structure
end