Module: Aws::SESV2::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
704 |
# File 'sig/client.rbs', line 704
def deliverability_test_report: () -> Types::DeliverabilityTestReport
|
#isp_placements ⇒ ::Array[Types::IspPlacement]
706 |
# File 'sig/client.rbs', line 706
def isp_placements: () -> ::Array[Types::IspPlacement]
|
#message ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def message: () -> ::String
|
#overall_placement ⇒ Types::PlacementStatistics
705 |
# File 'sig/client.rbs', line 705
def overall_placement: () -> Types::PlacementStatistics
|
#tags ⇒ ::Array[Types::Tag]
708 |
# File 'sig/client.rbs', line 708
def tags: () -> ::Array[Types::Tag]
|