Class: Aws::PinpointEmail::Types::ListDeliverabilityTestReportsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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.



1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1919

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)


1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1919

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