class Aws::PinpointEmail::Types::Destination

An object that describes the recipients for an email.

@note When making an API call, you may pass Destination

data as a hash:

    {
      to_addresses: ["EmailAddress"],
      cc_addresses: ["EmailAddress"],
      bcc_addresses: ["EmailAddress"],
    }

@!attribute [rw] to_addresses

An array that contains the email addresses of the "To" recipients
for the email.
@return [Array<String>]

@!attribute [rw] cc_addresses

An array that contains the email addresses of the "CC" (carbon
copy) recipients for the email.
@return [Array<String>]

@!attribute [rw] bcc_addresses

An array that contains the email addresses of the "BCC" (blind
carbon copy) recipients for the email.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/Destination AWS API Documentation

Constants

SENSITIVE