Class: Aws::Types::GetTopPathStatisticsByTrafficResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)


775
776
777
# File 'sig/types.rbs', line 775

def total_request_count
  @total_request_count
end