Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateUserPoolResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server for the request to create a user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool ⇒ Types::UserPoolType
A container for the user pool details.
Instance Attribute Details
#user_pool ⇒ Types::UserPoolType
A container for the user pool details.
4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4441 class CreateUserPoolResponse < Struct.new( :user_pool) SENSITIVE = [] include Aws::Structure end |