Module: Aws::WAFV2::Client::_GetRevenueStatisticsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRevenueStatisticsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_marker ⇒ ::String
- #revenue_path_statistics ⇒ ::Array[Types::RevenuePathStatistics]
- #source_statistics ⇒ ::Array[Types::SourceStatistics]
Instance Method Details
#next_marker ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def next_marker: () -> ::String
|
#revenue_path_statistics ⇒ ::Array[Types::RevenuePathStatistics]
502 |
# File 'sig/client.rbs', line 502
def revenue_path_statistics: () -> ::Array[Types::RevenuePathStatistics]
|
#source_statistics ⇒ ::Array[Types::SourceStatistics]
501 |
# File 'sig/client.rbs', line 501
def source_statistics: () -> ::Array[Types::SourceStatistics]
|