Class: Aws::SESV2::Types::ListDeliverabilityTestReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListDeliverabilityTestReportsResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
5268 5269 5270 5271 5272 5273 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5268 class ListDeliverabilityTestReportsResponse < Struct.new( :deliverability_test_reports, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
5268 5269 5270 5271 5272 5273 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5268 class ListDeliverabilityTestReportsResponse < Struct.new( :deliverability_test_reports, :next_token) SENSITIVE = [] include Aws::Structure end |