Class: Aws::Types::EmailMessage
- Inherits:
-
Object
- Object
- Aws::Types::EmailMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#feedback_forwarding_address ⇒ ::String
Returns the value of attribute feedback_forwarding_address.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#raw_email ⇒ Types::RawEmail
Returns the value of attribute raw_email.
-
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
-
#simple_email ⇒ Types::SimpleEmail
Returns the value of attribute simple_email.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def body @body end |
#feedback_forwarding_address ⇒ ::String
Returns the value of attribute feedback_forwarding_address.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def feedback_forwarding_address @feedback_forwarding_address end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def from_address @from_address end |
#raw_email ⇒ Types::RawEmail
Returns the value of attribute raw_email.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def raw_email @raw_email end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def reply_to_addresses @reply_to_addresses end |
#simple_email ⇒ Types::SimpleEmail
Returns the value of attribute simple_email.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def simple_email @simple_email end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def substitutions @substitutions end |