Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateUserPoolResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
The details of the created user pool.
Instance Attribute Details
#user_pool ⇒ Types::UserPoolType
The details of the created user pool.
4716 4717 4718 4719 4720 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4716 class CreateUserPoolResponse < Struct.new( :user_pool) SENSITIVE = [] include Aws::Structure end |