Class: Aws::Types::SendOutboundEmailRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_recipientsTypes::OutboundAdditionalRecipients

Returns the value of attribute additional_recipients.



7679
7680
7681
# File 'sig/types.rbs', line 7679

def additional_recipients
  @additional_recipients
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7683
7684
7685
# File 'sig/types.rbs', line 7683

def client_token
  @client_token
end

#destination_email_addressTypes::EmailAddressInfo

Returns the value of attribute destination_email_address.



7678
7679
7680
# File 'sig/types.rbs', line 7678

def destination_email_address
  @destination_email_address
end

#email_messageTypes::OutboundEmailContent

Returns the value of attribute email_message.



7680
7681
7682
# File 'sig/types.rbs', line 7680

def email_message
  @email_message
end

#from_email_addressTypes::EmailAddressInfo

Returns the value of attribute from_email_address.



7677
7678
7679
# File 'sig/types.rbs', line 7677

def from_email_address
  @from_email_address
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7676
7677
7678
# File 'sig/types.rbs', line 7676

def instance_id
  @instance_id
end

#source_campaignTypes::SourceCampaign

Returns the value of attribute source_campaign.



7682
7683
7684
# File 'sig/types.rbs', line 7682

def source_campaign
  @source_campaign
end

#traffic_type"GENERAL", "CAMPAIGN"

Returns the value of attribute traffic_type.

Returns:

  • ("GENERAL", "CAMPAIGN")


7681
7682
7683
# File 'sig/types.rbs', line 7681

def traffic_type
  @traffic_type
end