Class: Aws::Types::Settings
- Inherits:
-
Object
- Object
- Aws::Types::Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mfa_types ⇒ ::Array[("SMS" | "TOTP")]
Returns the value of attribute mfa_types.
-
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
Instance Attribute Details
#mfa_types ⇒ ::Array[("SMS" | "TOTP")]
Returns the value of attribute mfa_types.
899 900 901 |
# File 'sig/types.rbs', line 899 def mfa_types @mfa_types end |
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
900 901 902 |
# File 'sig/types.rbs', line 900 def @sms_message end |