Class: Aws::Types::GetTopPathStatisticsByTrafficResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTopPathStatisticsByTrafficResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#path_statistics ⇒ ::Array[Types::PathStatistics]
Returns the value of attribute path_statistics.
-
#top_categories ⇒ ::Array[Types::PathStatistics]
Returns the value of attribute top_categories.
-
#total_request_count ⇒ ::Integer
Returns the value of attribute total_request_count.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
776 777 778 |
# File 'sig/types.rbs', line 776 def next_marker @next_marker end |
#path_statistics ⇒ ::Array[Types::PathStatistics]
Returns the value of attribute path_statistics.
774 775 776 |
# File 'sig/types.rbs', line 774 def path_statistics @path_statistics end |
#top_categories ⇒ ::Array[Types::PathStatistics]
Returns the value of attribute top_categories.
777 778 779 |
# File 'sig/types.rbs', line 777 def top_categories @top_categories end |
#total_request_count ⇒ ::Integer
Returns the value of attribute total_request_count.
775 776 777 |
# File 'sig/types.rbs', line 775 def total_request_count @total_request_count end |