Class: Aws::Types::CreateDeliverabilityTestReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeliverabilityTestReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deliverability_test_status ⇒ "IN_PROGRESS", "COMPLETED"
Returns the value of attribute deliverability_test_status.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
Instance Attribute Details
#deliverability_test_status ⇒ "IN_PROGRESS", "COMPLETED"
Returns the value of attribute deliverability_test_status.
265 266 267 |
# File 'sig/types.rbs', line 265 def deliverability_test_status @deliverability_test_status end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def report_id @report_id end |