Class: Aws::Types::SimpleEmail
- Inherits:
-
Object
- Object
- Aws::Types::SimpleEmail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
-
#html_part ⇒ Types::SimpleEmailPart
Returns the value of attribute html_part.
-
#subject ⇒ Types::SimpleEmailPart
Returns the value of attribute subject.
-
#text_part ⇒ Types::SimpleEmailPart
Returns the value of attribute text_part.
Instance Attribute Details
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def headers @headers end |
#html_part ⇒ Types::SimpleEmailPart
Returns the value of attribute html_part.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def html_part @html_part end |
#subject ⇒ Types::SimpleEmailPart
Returns the value of attribute subject.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def subject @subject end |
#text_part ⇒ Types::SimpleEmailPart
Returns the value of attribute text_part.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def text_part @text_part end |