Class: Aws::Types::EmailTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::EmailTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
-
#html_part ⇒ ::String
Returns the value of attribute html_part.
-
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#text_part ⇒ ::String
Returns the value of attribute text_part.
Instance Attribute Details
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def default_substitutions @default_substitutions end |
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def headers @headers end |
#html_part ⇒ ::String
Returns the value of attribute html_part.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def html_part @html_part end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def recommender_id @recommender_id end |
#subject ⇒ ::String
Returns the value of attribute subject.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def subject @subject end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def template_description @template_description end |
#text_part ⇒ ::String
Returns the value of attribute text_part.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def text_part @text_part end |