Class: Aws::Types::Template

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::Attachment]

Returns the value of attribute attachments.

Returns:



2023
2024
2025
# File 'sig/types.rbs', line 2023

def attachments
  @attachments
end

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



2022
2023
2024
# File 'sig/types.rbs', line 2022

def headers
  @headers
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:



2019
2020
2021
# File 'sig/types.rbs', line 2019

def template_arn
  @template_arn
end

#template_contentTypes::EmailTemplateContent

Returns the value of attribute template_content.

Returns:



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.

Returns:



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.

Returns:



2018
2019
2020
# File 'sig/types.rbs', line 2018

def template_name
  @template_name
end