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.
882 883 884 |
# File 'sig/types.rbs', line 882 def deliverability_test_report @deliverability_test_report end |
#isp_placements ⇒ ::Array[Types::IspPlacement]
Returns the value of attribute isp_placements.
884 885 886 |
# File 'sig/types.rbs', line 884 def isp_placements @isp_placements end |
#message ⇒ ::String
Returns the value of attribute message.
885 886 887 |
# File 'sig/types.rbs', line 885 def end |
#overall_placement ⇒ Types::PlacementStatistics
Returns the value of attribute overall_placement.
883 884 885 |
# File 'sig/types.rbs', line 883 def overall_placement @overall_placement end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
886 887 888 |
# File 'sig/types.rbs', line 886 def end |