Class: Aws::Types::EmailTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:



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.

Returns:



1028
1029
1030
# File 'sig/types.rbs', line 1028

def headers
  @headers
end

#html_part::String

Returns the value of attribute html_part.

Returns:



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.

Returns:



1026
1027
1028
# File 'sig/types.rbs', line 1026

def recommender_id
  @recommender_id
end

#subject::String

Returns the value of attribute subject.

Returns:



1027
1028
1029
# File 'sig/types.rbs', line 1027

def subject
  @subject
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1029
1030
1031
# File 'sig/types.rbs', line 1029

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:



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.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def text_part
  @text_part
end