Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolResponse

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

Overview

Represents the response to describe the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_poolTypes::UserPoolType

The container of metadata returned by the server to describe the pool.

Returns:



4129
4130
4131
4132
4133
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4129

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