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.
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.
1487 1488 1489 1490 |
# File 'lib/aws-sdk-iam/types.rb', line 1487 class CreateUserResponse < Struct.new( :user) include Aws::Structure end |