Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response to describe the user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool ⇒ Types::UserPoolType
The details of the requested user pool.
Instance Attribute Details
#user_pool ⇒ Types::UserPoolType
The details of the requested user pool.
5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5313 class DescribeUserPoolResponse < Struct.new( :user_pool) SENSITIVE = [] include Aws::Structure end |