Class: Aws::SESV2::Types::ListDeliverabilityTestReportsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deliverability_test_reportsArray<Types::DeliverabilityTestReport>

An object that contains a lists of predictive inbox placement tests that you've performed.



4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4896

class ListDeliverabilityTestReportsResponse < Struct.new(
  :deliverability_test_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4896

class ListDeliverabilityTestReportsResponse < Struct.new(
  :deliverability_test_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end