Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_content ⇒ Types::EmailTemplateContent
Returns the value of attribute template_content.
-
#template_data ⇒ ::String
Returns the value of attribute template_data.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def @attachments end |
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def headers @headers end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def template_arn @template_arn end |
#template_content ⇒ Types::EmailTemplateContent
Returns the value of attribute template_content.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def template_content @template_content end |
#template_data ⇒ ::String
Returns the value of attribute template_data.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def template_data @template_data end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def template_name @template_name end |