class Aws::PinpointEmail::Types::ListDeliverabilityTestReportsRequest

A request to list all of the predictive inbox placement tests that you've performed.

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

data as a hash:

    {
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] next_token

A token returned from a previous call to
`ListDeliverabilityTestReports` to indicate the position in the list
of predictive inbox placement tests.
@return [String]

@!attribute [rw] page_size

The number of results to show in a single call to
`ListDeliverabilityTestReports`. If the number of results is larger
than the number you specified in this parameter, then the response
includes a `NextToken` element, which you can use to obtain
additional results.

The value you specify has to be at least 0, and can be no more than
1000.
@return [Integer]

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

Constants

SENSITIVE