class Aws::SESV2::Types::ListDomainDeliverabilityCampaignsRequest

Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard.

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

data as a hash:

    {
      start_date: Time.now, # required
      end_date: Time.now, # required
      subscribed_domain: "Domain", # required
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] start_date

The first day, in Unix time format, that you want to obtain
deliverability data for.
@return [Time]

@!attribute [rw] end_date

The last day, in Unix time format, that you want to obtain
deliverability data for. This value has to be less than or equal to
30 days after the value of the `StartDate` parameter.
@return [Time]

@!attribute [rw] subscribed_domain

The domain to obtain deliverability data for.
@return [String]

@!attribute [rw] next_token

A token that’s returned from a previous call to the
`ListDomainDeliverabilityCampaigns` operation. This token indicates
the position of a campaign in the list of campaigns.
@return [String]

@!attribute [rw] page_size

The maximum number of results to include in response to a single
call to the `ListDomainDeliverabilityCampaigns` operation. If the
number of results is larger than the number that you specify in this
parameter, the response includes a `NextToken` element, which you
can use to obtain additional results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListDomainDeliverabilityCampaignsRequest AWS API Documentation

Constants

SENSITIVE