Class: Aws::PinpointEmail::Types::GetDeliverabilityTestReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetDeliverabilityTestReportRequest
- Includes:
- Structure
- Defined in:
- 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
-
#report_id ⇒ String
A unique string that identifies the predictive inbox placement test.
Instance Attribute Details
#report_id ⇒ String
A unique string that identifies the predictive inbox placement test.
1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1449 class GetDeliverabilityTestReportRequest < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |