Class: Aws::IAM::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateUserResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateUser request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::User
A structure with details about the new IAM user.
Instance Attribute Details
#user ⇒ Types::User
A structure with details about the new IAM user.
1630 1631 1632 1633 1634 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1630 class CreateUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |