Class: Aws::CognitoIdentityProvider::Types::AdminCreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminCreateUserResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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 new user's profile details.
Instance Attribute Details
#user ⇒ Types::UserType
The new user's profile details.
602 603 604 605 606 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 602 class AdminCreateUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |