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.
3209 3210 3211 3212 3213 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3209 class GetDeliverabilityTestReportRequest < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |