Class: Aws::Types::UpdateBackendAuthMFAConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthMFAConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mfa_mode ⇒ "ON", ...
Returns the value of attribute mfa_mode.
-
#settings ⇒ Types::Settings
Returns the value of attribute settings.
Instance Attribute Details
#mfa_mode ⇒ "ON", ...
Returns the value of attribute mfa_mode.
954 955 956 |
# File 'sig/types.rbs', line 954 def mfa_mode @mfa_mode end |
#settings ⇒ Types::Settings
Returns the value of attribute settings.
955 956 957 |
# File 'sig/types.rbs', line 955 def settings @settings end |