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

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

Overview

Note:

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

{
  user_pool_id: "UserPoolIdType", # required
}

Represents the request to describe the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_idString

The user pool ID for the user pool you want to describe.

Returns:

  • (String)


4639
4640
4641
4642
4643
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4639

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