Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_poolTypes::UserPoolType

A container for the user pool details.

Returns:



3697
3698
3699
3700
3701
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3697

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