Class: Aws::Types::CreateUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def path
  @path
end

#permissions_boundary::String

Returns the value of attribute permissions_boundary.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def user_name
  @user_name
end