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)


304
305
306
# File 'sig/types.rbs', line 304

def path
  @path
end

#permissions_boundary::String

Returns the value of attribute permissions_boundary.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def user_name
  @user_name
end