Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#html_part ⇒ ::String
Returns the value of attribute html_part.
-
#subject_part ⇒ ::String
Returns the value of attribute subject_part.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#text_part ⇒ ::String
Returns the value of attribute text_part.
Instance Attribute Details
#html_part ⇒ ::String
Returns the value of attribute html_part.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def html_part @html_part end |
#subject_part ⇒ ::String
Returns the value of attribute subject_part.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def subject_part @subject_part end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def template_name @template_name end |
#text_part ⇒ ::String
Returns the value of attribute text_part.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def text_part @text_part end |