Class: Aws::Types::EmailConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EmailConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::EmailContent
Returns the value of attribute content.
-
#from ⇒ ::String
Returns the value of attribute from.
-
#recipients ⇒ Types::EmailRecipients
Returns the value of attribute recipients.
Instance Attribute Details
#content ⇒ Types::EmailContent
Returns the value of attribute content.
343 344 345 |
# File 'sig/types.rbs', line 343 def content @content end |
#from ⇒ ::String
Returns the value of attribute from.
342 343 344 |
# File 'sig/types.rbs', line 342 def from @from end |
#recipients ⇒ Types::EmailRecipients
Returns the value of attribute recipients.
344 345 346 |
# File 'sig/types.rbs', line 344 def recipients @recipients end |