Class: Aws::Types::MessageTemplateType
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_message ⇒ ::String
Returns the value of attribute email_message.
-
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
-
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
Instance Attribute Details
#email_message ⇒ ::String
Returns the value of attribute email_message.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def @email_message end |
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def email_subject @email_subject end |
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def @sms_message end |