Class: Aws::SESV2::Types::GetDeliverabilityTestReportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

The results of the predictive inbox placement test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deliverability_test_reportTypes::DeliverabilityTestReport

An object that contains the results of the predictive inbox placement test.



3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3191

class GetDeliverabilityTestReportResponse < Struct.new(
  :deliverability_test_report,
  :overall_placement,
  :isp_placements,
  :message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#isp_placementsArray<Types::IspPlacement>

An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3191

class GetDeliverabilityTestReportResponse < Struct.new(
  :deliverability_test_report,
  :overall_placement,
  :isp_placements,
  :message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

An object that contains the message that you sent when you performed this predictive inbox placement test.

Returns:

  • (String)


3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3191

class GetDeliverabilityTestReportResponse < Struct.new(
  :deliverability_test_report,
  :overall_placement,
  :isp_placements,
  :message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#overall_placementTypes::PlacementStatistics

An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.



3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3191

class GetDeliverabilityTestReportResponse < Struct.new(
  :deliverability_test_report,
  :overall_placement,
  :isp_placements,
  :message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3191

class GetDeliverabilityTestReportResponse < Struct.new(
  :deliverability_test_report,
  :overall_placement,
  :isp_placements,
  :message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end