Class: Aws::Types::SendOutboundEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendOutboundEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_recipients ⇒ Types::OutboundAdditionalRecipients
Returns the value of attribute additional_recipients.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
-
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
-
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#source_campaign ⇒ Types::SourceCampaign
Returns the value of attribute source_campaign.
-
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
Instance Attribute Details
#additional_recipients ⇒ Types::OutboundAdditionalRecipients
Returns the value of attribute additional_recipients.
7504 7505 7506 |
# File 'sig/types.rbs', line 7504 def additional_recipients @additional_recipients end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def client_token @client_token end |
#destination_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute destination_email_address.
7503 7504 7505 |
# File 'sig/types.rbs', line 7503 def destination_email_address @destination_email_address end |
#email_message ⇒ Types::OutboundEmailContent
Returns the value of attribute email_message.
7505 7506 7507 |
# File 'sig/types.rbs', line 7505 def @email_message end |
#from_email_address ⇒ Types::EmailAddressInfo
Returns the value of attribute from_email_address.
7502 7503 7504 |
# File 'sig/types.rbs', line 7502 def from_email_address @from_email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7501 7502 7503 |
# File 'sig/types.rbs', line 7501 def instance_id @instance_id end |
#source_campaign ⇒ Types::SourceCampaign
Returns the value of attribute source_campaign.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def source_campaign @source_campaign end |
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
7506 7507 7508 |
# File 'sig/types.rbs', line 7506 def traffic_type @traffic_type end |