Class: Aws::Types::VerificationMessageTemplateType
- Inherits:
-
Object
- Object
- Aws::Types::VerificationMessageTemplateType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_email_option ⇒ "CONFIRM_WITH_LINK", "CONFIRM_WITH_CODE"
Returns the value of attribute default_email_option.
-
#email_message ⇒ ::String
Returns the value of attribute email_message.
-
#email_message_by_link ⇒ ::String
Returns the value of attribute email_message_by_link.
-
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
-
#email_subject_by_link ⇒ ::String
Returns the value of attribute email_subject_by_link.
-
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
Instance Attribute Details
#default_email_option ⇒ "CONFIRM_WITH_LINK", "CONFIRM_WITH_CODE"
Returns the value of attribute default_email_option.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def default_email_option @default_email_option end |
#email_message ⇒ ::String
Returns the value of attribute email_message.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def @email_message end |
#email_message_by_link ⇒ ::String
Returns the value of attribute email_message_by_link.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def @email_message_by_link end |
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def email_subject @email_subject end |
#email_subject_by_link ⇒ ::String
Returns the value of attribute email_subject_by_link.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def email_subject_by_link @email_subject_by_link end |
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def @sms_message end |