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)


3178
3179
3180
3181
3182
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3178

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