Class: Aws::Types::SimpleEmail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



2811
2812
2813
# File 'sig/types.rbs', line 2811

def headers
  @headers
end

#html_partTypes::SimpleEmailPart

Returns the value of attribute html_part.



2808
2809
2810
# File 'sig/types.rbs', line 2808

def html_part
  @html_part
end

#subjectTypes::SimpleEmailPart

Returns the value of attribute subject.



2809
2810
2811
# File 'sig/types.rbs', line 2809

def subject
  @subject
end

#text_partTypes::SimpleEmailPart

Returns the value of attribute text_part.



2810
2811
2812
# File 'sig/types.rbs', line 2810

def text_part
  @text_part
end