Class: Aws::Types::CampaignEmailMessage
- Inherits:
-
Object
- Object
- Aws::Types::CampaignEmailMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
-
#html_body ⇒ ::String
Returns the value of attribute html_body.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
382 383 384 |
# File 'sig/types.rbs', line 382 def body @body end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
383 384 385 |
# File 'sig/types.rbs', line 383 def from_address @from_address end |
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
384 385 386 |
# File 'sig/types.rbs', line 384 def headers @headers end |
#html_body ⇒ ::String
Returns the value of attribute html_body.
385 386 387 |
# File 'sig/types.rbs', line 385 def html_body @html_body end |
#title ⇒ ::String
Returns the value of attribute title.
386 387 388 |
# File 'sig/types.rbs', line 386 def title @title end |