Class: Aws::Types::ModifyUserMessage

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)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def access_string
  @access_string
end

#append_access_string::String

Returns the value of attribute append_access_string.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def append_access_string
  @append_access_string
end

#authentication_modeTypes::AuthenticationMode

Returns the value of attribute authentication_mode.



1310
1311
1312
# File 'sig/types.rbs', line 1310

def authentication_mode
  @authentication_mode
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def engine
  @engine
end

#no_password_requiredBoolean

Returns the value of attribute no_password_required.

Returns:

  • (Boolean)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def no_password_required
  @no_password_required
end

#passwords::Array[::String]

Returns the value of attribute passwords.

Returns:

  • (::Array[::String])


1308
1309
1310
# File 'sig/types.rbs', line 1308

def passwords
  @passwords
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def user_id
  @user_id
end