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.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def default_email_option @default_email_option end |
#email_message ⇒ ::String
Returns the value of attribute email_message.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def @email_message end |
#email_message_by_link ⇒ ::String
Returns the value of attribute email_message_by_link.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def @email_message_by_link end |
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def email_subject @email_subject end |
#email_subject_by_link ⇒ ::String
Returns the value of attribute email_subject_by_link.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def email_subject_by_link @email_subject_by_link end |
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def @sms_message end |