Class: Aws::IAM::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateUserResponse
- Includes:
- Structure
- Defined in:
- 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.
1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-iam/types.rb', line 1598 class CreateUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |