Class: Aws::Types::CreateBackendAuthForgotPasswordConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthForgotPasswordConfig
- 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.
202 203 204 |
# File 'sig/types.rbs', line 202 def delivery_method @delivery_method end |
#email_settings ⇒ Types::EmailSettings
Returns the value of attribute email_settings.
203 204 205 |
# File 'sig/types.rbs', line 203 def email_settings @email_settings end |
#sms_settings ⇒ Types::SmsSettings
Returns the value of attribute sms_settings.
204 205 206 |
# File 'sig/types.rbs', line 204 def sms_settings @sms_settings end |