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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3547
3548
3549
3550
3551
# File 'lib/aws-sdk-sesv2/types.rb', line 3547

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