Class: Aws::Types::SendEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#content ⇒ Types::EmailContent
Returns the value of attribute content.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
-
#feedback_forwarding_email_address ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address.
-
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
-
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
663 664 665 |
# File 'sig/types.rbs', line 663 def configuration_set_name @configuration_set_name end |
#content ⇒ Types::EmailContent
Returns the value of attribute content.
661 662 663 |
# File 'sig/types.rbs', line 661 def content @content end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
658 659 660 |
# File 'sig/types.rbs', line 658 def destination @destination end |
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
662 663 664 |
# File 'sig/types.rbs', line 662 def end |
#feedback_forwarding_email_address ⇒ ::String
Returns the value of attribute feedback_forwarding_email_address.
660 661 662 |
# File 'sig/types.rbs', line 660 def feedback_forwarding_email_address @feedback_forwarding_email_address end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
657 658 659 |
# File 'sig/types.rbs', line 657 def from_email_address @from_email_address end |
#reply_to_addresses ⇒ ::Array[::String]
Returns the value of attribute reply_to_addresses.
659 660 661 |
# File 'sig/types.rbs', line 659 def reply_to_addresses @reply_to_addresses end |