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.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def @email_message end |
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def email_subject @email_subject end |
#sms_message ⇒ ::String
Returns the value of attribute sms_message.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def @sms_message end |