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

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

Instance Attribute Details

#userTypes::User

A structure with details about the new IAM user.

Returns:



1601
1602
1603
1604
1605
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1601

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