Class: Aws::SESV2::Types::GetDeliverabilityTestReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetDeliverabilityTestReportRequest
- 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
-
#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.
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 |