Class: Aws::SESV2::Types::GetDeliverabilityTestReportRequest

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

Overview

A request to retrieve the results of a predictive inbox placement test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_idString

A unique string that identifies the predictive inbox placement test.

Returns:

  • (String)


3154
3155
3156
3157
3158
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3154

class GetDeliverabilityTestReportRequest < Struct.new(
  :report_id)
  SENSITIVE = []
  include Aws::Structure
end