Class: Aws::WAFV2::Types::GetRevenueStatisticsTimeSeriesResponse

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

#data_pointsArray<Types::DataPointEntry>

The list of time series data points.

Returns:



4088
4089
4090
4091
4092
4093
# File 'lib/aws-sdk-wafv2/types.rb', line 4088

class GetRevenueStatisticsTimeSeriesResponse < Struct.new(
  :data_points,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

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

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
# File 'lib/aws-sdk-wafv2/types.rb', line 4088

class GetRevenueStatisticsTimeSeriesResponse < Struct.new(
  :data_points,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end