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:



4080
4081
4082
4083
4084
4085
# File 'lib/aws-sdk-wafv2/types.rb', line 4080

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)


4080
4081
4082
4083
4084
4085
# File 'lib/aws-sdk-wafv2/types.rb', line 4080

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