Class: Aws::CognitoSync::Types::GetIdentityPoolConfigurationRequest

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

Overview

The input for the GetIdentityPoolConfiguration operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_idString

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Returns:

  • (String)


438
439
440
441
442
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 438

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