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)


3965
3966
3967
3968
3969
3970
3971
# File 'lib/aws-sdk-wafv2/types.rb', line 3965

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:



3965
3966
3967
3968
3969
3970
3971
# File 'lib/aws-sdk-wafv2/types.rb', line 3965

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:



3965
3966
3967
3968
3969
3970
3971
# File 'lib/aws-sdk-wafv2/types.rb', line 3965

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