Module: Aws::WAFV2::Client::_GetTopPathStatisticsByTrafficResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTopPathStatisticsByTrafficResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_marker ⇒ ::String
- #path_statistics ⇒ ::Array[Types::PathStatistics]
- #top_categories ⇒ ::Array[Types::PathStatistics]
- #total_request_count ⇒ ::Integer
Instance Method Details
#next_marker ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def next_marker: () -> ::String
|
#path_statistics ⇒ ::Array[Types::PathStatistics]
611 |
# File 'sig/client.rbs', line 611
def path_statistics: () -> ::Array[Types::PathStatistics]
|
#top_categories ⇒ ::Array[Types::PathStatistics]
614 |
# File 'sig/client.rbs', line 614
def top_categories: () -> ::Array[Types::PathStatistics]
|
#total_request_count ⇒ ::Integer
612 |
# File 'sig/client.rbs', line 612
def total_request_count: () -> ::Integer
|