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.
254 255 256 |
# File 'sig/types.rbs', line 254 def deliverability_test_status @deliverability_test_status end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def report_id @report_id end |