Module: Aws::PinpointEmail::Client::_GetDeliverabilityTestReportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeliverabilityTestReportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deliverability_test_report ⇒ Types::DeliverabilityTestReport
- #isp_placements ⇒ ::Array[Types::IspPlacement]
- #message ⇒ ::String
- #overall_placement ⇒ Types::PlacementStatistics
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#deliverability_test_report ⇒ Types::DeliverabilityTestReport
296 |
# File 'sig/client.rbs', line 296
def deliverability_test_report: () -> Types::DeliverabilityTestReport
|
#isp_placements ⇒ ::Array[Types::IspPlacement]
298 |
# File 'sig/client.rbs', line 298
def isp_placements: () -> ::Array[Types::IspPlacement]
|
#message ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def message: () -> ::String
|
#overall_placement ⇒ Types::PlacementStatistics
297 |
# File 'sig/client.rbs', line 297
def overall_placement: () -> Types::PlacementStatistics
|
#tags ⇒ ::Array[Types::Tag]
300 |
# File 'sig/client.rbs', line 300
def tags: () -> ::Array[Types::Tag]
|