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
728 |
# File 'sig/client.rbs', line 728
def deliverability_test_report: () -> Types::DeliverabilityTestReport
|
#isp_placements ⇒ ::Array[Types::IspPlacement]
730 |
# File 'sig/client.rbs', line 730
def isp_placements: () -> ::Array[Types::IspPlacement]
|
#message ⇒ ::String
731 |
# File 'sig/client.rbs', line 731
def message: () -> ::String
|
#overall_placement ⇒ Types::PlacementStatistics
729 |
# File 'sig/client.rbs', line 729
def overall_placement: () -> Types::PlacementStatistics
|
#tags ⇒ ::Array[Types::Tag]
732 |
# File 'sig/client.rbs', line 732
def tags: () -> ::Array[Types::Tag]
|