Class: Aws::Types::UpdateUserRequest

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)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def access_string
  @access_string
end

#authentication_mode ⇒ Types::AuthenticationMode

Returns the value of attribute authentication_mode.



1127
1128
1129
# File 'sig/types.rbs', line 1127

def authentication_mode
  @authentication_mode
end

#user_name ⇒ ::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def user_name
  @user_name
end