Class: Aws::WAFV2::Types::GetRevenueStatisticsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

When you get a paginated response, this marker indicates that additional results are available.

Returns:

  • (String)


3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-wafv2/types.rb', line 3957

class GetRevenueStatisticsResponse < Struct.new(
  :source_statistics,
  :revenue_path_statistics,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#revenue_path_statisticsArray<Types::RevenuePathStatistics>

Statistics for top revenue paths. Populated when ‘StatisticType` is `TOP_PATHS_BY_REVENUE`.

Returns:



3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-wafv2/types.rb', line 3957

class GetRevenueStatisticsResponse < Struct.new(
  :source_statistics,
  :revenue_path_statistics,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#source_statisticsArray<Types::SourceStatistics>

Statistics for top revenue sources (AI bots). Populated when ‘StatisticType` is `TOP_SOURCES_BY_REVENUE`.

Returns:



3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-wafv2/types.rb', line 3957

class GetRevenueStatisticsResponse < Struct.new(
  :source_statistics,
  :revenue_path_statistics,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end