Class: Aws::CognitoIdentityProvider::Types::AdminCreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminCreateUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server to the request to create the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::UserType
The newly created user.
Instance Attribute Details
#user ⇒ Types::UserType
The newly created user.
460 461 462 463 464 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 460 class AdminCreateUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |