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

#html_part::String

Returns the value of attribute html_part.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def html_part
  @html_part
end

#subject_part::String

Returns the value of attribute subject_part.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def subject_part
  @subject_part
end

#template_name::String

Returns the value of attribute template_name.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def template_name
  @template_name
end

#text_part::String

Returns the value of attribute text_part.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def text_part
  @text_part
end