Class: Aws::WAFV2::Types::GetRevenueStatisticsSummaryResponse

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

#revenue_breakdownTypes::RevenueBreakdown

The revenue breakdown summary for the specified time window and filters.



4005
4006
4007
4008
4009
# File 'lib/aws-sdk-wafv2/types.rb', line 4005

class GetRevenueStatisticsSummaryResponse < Struct.new(
  :revenue_breakdown)
  SENSITIVE = []
  include Aws::Structure
end