Class: Aws::Types::TemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TemplateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_template ⇒ Types::Template
Returns the value of attribute email_template.
-
#in_app_template ⇒ Types::Template
Returns the value of attribute in_app_template.
-
#push_template ⇒ Types::Template
Returns the value of attribute push_template.
-
#sms_template ⇒ Types::Template
Returns the value of attribute sms_template.
-
#voice_template ⇒ Types::Template
Returns the value of attribute voice_template.
Instance Attribute Details
#email_template ⇒ Types::Template
Returns the value of attribute email_template.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def email_template @email_template end |
#in_app_template ⇒ Types::Template
Returns the value of attribute in_app_template.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def in_app_template @in_app_template end |
#push_template ⇒ Types::Template
Returns the value of attribute push_template.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def push_template @push_template end |
#sms_template ⇒ Types::Template
Returns the value of attribute sms_template.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def sms_template @sms_template end |
#voice_template ⇒ Types::Template
Returns the value of attribute voice_template.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def voice_template @voice_template end |