Class: Aws::Types::UpdateBackendAuthVerificationMessageConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthVerificationMessageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_method ⇒ "EMAIL", "SMS"
Returns the value of attribute delivery_method.
-
#email_settings ⇒ Types::EmailSettings
Returns the value of attribute email_settings.
-
#sms_settings ⇒ Types::SmsSettings
Returns the value of attribute sms_settings.
Instance Attribute Details
#delivery_method ⇒ "EMAIL", "SMS"
Returns the value of attribute delivery_method.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def delivery_method @delivery_method end |
#email_settings ⇒ Types::EmailSettings
Returns the value of attribute email_settings.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def email_settings @email_settings end |
#sms_settings ⇒ Types::SmsSettings
Returns the value of attribute sms_settings.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def sms_settings @sms_settings end |