Class: Aws::CognitoIdentity::Types::DescribeIdentityPoolInput

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

Overview

Input to the DescribeIdentityPool action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)


226
227
228
229
230
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 226

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