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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 user pool ID for the user pool you want to describe.

Returns:

  • (String)


4114
4115
4116
4117
4118
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4114

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