Class: Aws::QuickSight::Types::BoxPlotAggregatedFieldWells

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

Overview

The aggregated field well for a box plot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_byArray<Types::DimensionField>

The group by field well of a box plot chart. Values are grouped based on group by fields.

Returns:



3190
3191
3192
3193
3194
3195
# File 'lib/aws-sdk-quicksight/types.rb', line 3190

class BoxPlotAggregatedFieldWells < Struct.new(
  :group_by,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The value field well of a box plot chart. Values are aggregated based on group by fields.

Returns:



3190
3191
3192
3193
3194
3195
# File 'lib/aws-sdk-quicksight/types.rb', line 3190

class BoxPlotAggregatedFieldWells < Struct.new(
  :group_by,
  :values)
  SENSITIVE = []
  include Aws::Structure
end