Class: Aws::Types::EmailTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::EmailTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#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.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#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.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
-
#text_part ⇒ ::String
Returns the value of attribute text_part.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def arn @arn end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def creation_date @creation_date end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def default_substitutions @default_substitutions end |
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def headers @headers end |
#html_part ⇒ ::String
Returns the value of attribute html_part.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def html_part @html_part end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def last_modified_date @last_modified_date end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def recommender_id @recommender_id end |
#subject ⇒ ::String
Returns the value of attribute subject.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def subject @subject end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def template_type @template_type end |
#text_part ⇒ ::String
Returns the value of attribute text_part.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def text_part @text_part end |
#version ⇒ ::String
Returns the value of attribute version.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def version @version end |