Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolRequest

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

Overview

Represents the request to describe the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_idString

The ID of the user pool you want to describe.

Returns:

  • (String)


5403
5404
5405
5406
5407
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5403

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