Class: Aws::Types::CreateBackendAuthMFAConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthMFAConfig
- 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.
215 216 217 |
# File 'sig/types.rbs', line 215 def mfa_mode @mfa_mode end |
#settings ⇒ Types::Settings
Returns the value of attribute settings.
216 217 218 |
# File 'sig/types.rbs', line 216 def settings @settings end |