Class: Aws::PinpointEmail::Types::GetDeliverabilityTestReportRequest

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


1449
1450
1451
1452
1453
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1449

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