Class: Aws::Types::UpdateBackendAuthMFAConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mfa_mode ⇒ "ON", ...

Returns the value of attribute mfa_mode.

Returns:

  • ("ON", "OFF", "OPTIONAL")


954
955
956
# File 'sig/types.rbs', line 954

def mfa_mode
  @mfa_mode
end

#settings ⇒ Types::Settings

Returns the value of attribute settings.

Returns:



955
956
957
# File 'sig/types.rbs', line 955

def settings
  @settings
end