You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::PinpointEmail::Types::ListDeliverabilityTestReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::ListDeliverabilityTestReportsResponse
- Defined in:
- (unknown)
Overview
A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.
Returned by:
Instance Attribute Summary collapse
-
#deliverability_test_reports ⇒ Array<Types::DeliverabilityTestReport>
An object that contains a lists of predictive inbox placement tests that you\'ve performed.
-
#next_token ⇒ String
A token that indicates that there are additional predictive inbox placement tests to list.
Instance Attribute Details
#deliverability_test_reports ⇒ Array<Types::DeliverabilityTestReport>
An object that contains a lists of predictive inbox placement tests that you\'ve performed.
#next_token ⇒ String
A token that indicates that there are additional predictive inbox
placement tests to list. To view additional predictive inbox placement
tests, issue another request to ListDeliverabilityTestReports, and
pass this token in the NextToken parameter.