Class: Aws::Types::GetDeliverabilityTestReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeliverabilityTestReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deliverability_test_report ⇒ Types::DeliverabilityTestReport
Returns the value of attribute deliverability_test_report.
-
#isp_placements ⇒ ::Array[Types::IspPlacement]
Returns the value of attribute isp_placements.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#overall_placement ⇒ Types::PlacementStatistics
Returns the value of attribute overall_placement.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#deliverability_test_report ⇒ Types::DeliverabilityTestReport
Returns the value of attribute deliverability_test_report.
341 342 343 |
# File 'sig/types.rbs', line 341 def deliverability_test_report @deliverability_test_report end |
#isp_placements ⇒ ::Array[Types::IspPlacement]
Returns the value of attribute isp_placements.
343 344 345 |
# File 'sig/types.rbs', line 343 def isp_placements @isp_placements end |
#message ⇒ ::String
Returns the value of attribute message.
344 345 346 |
# File 'sig/types.rbs', line 344 def @message end |
#overall_placement ⇒ Types::PlacementStatistics
Returns the value of attribute overall_placement.
342 343 344 |
# File 'sig/types.rbs', line 342 def overall_placement @overall_placement end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
345 346 347 |
# File 'sig/types.rbs', line 345 def @tags end |