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

#access_string ⇒ ::String

Returns the value of attribute access_string.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def access_string
  @access_string
end

#authentication_mode ⇒ Types::AuthenticationMode

Returns the value of attribute authentication_mode.



265
266
267
# File 'sig/types.rbs', line 265

def authentication_mode
  @authentication_mode
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end

#user_name ⇒ ::String

Returns the value of attribute user_name.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def user_name
  @user_name
end