Class: Aws::Types::SmsMfaConfigType
- Inherits:
-
Object
- Object
- Aws::Types::SmsMfaConfigType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
-
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
Instance Attribute Details
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def @sms_authentication_message end |
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def sms_configuration @sms_configuration end |