Class: Aws::IAM::Types::CreateUserResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#userTypes::User

A structure with details about the new IAM user.

Returns:



1598
1599
1600
1601
1602
# File 'lib/aws-sdk-iam/types.rb', line 1598

class CreateUserResponse < Struct.new(
  :user)
  SENSITIVE = []
  include Aws::Structure
end