Class: Aws::QuickSight::Types::ScatterPlotCategoricallyAggregatedFieldWells

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

Overview

The aggregated field well of a scatter plot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryArray<Types::DimensionField>

The category field well of a scatter plot.

Returns:



24747
24748
24749
24750
24751
24752
24753
24754
24755
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24747

class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new(
  :x_axis,
  :y_axis,
  :category,
  :size,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#labelArray<Types::DimensionField>

The label field well of a scatter plot.

Returns:



24747
24748
24749
24750
24751
24752
24753
24754
24755
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24747

class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new(
  :x_axis,
  :y_axis,
  :category,
  :size,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#sizeArray<Types::MeasureField>

The size field well of a scatter plot.

Returns:



24747
24748
24749
24750
24751
24752
24753
24754
24755
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24747

class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new(
  :x_axis,
  :y_axis,
  :category,
  :size,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#x_axisArray<Types::MeasureField>

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

Returns:



24747
24748
24749
24750
24751
24752
24753
24754
24755
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24747

class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new(
  :x_axis,
  :y_axis,
  :category,
  :size,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#y_axisArray<Types::MeasureField>

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

Returns:



24747
24748
24749
24750
24751
24752
24753
24754
24755
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24747

class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new(
  :x_axis,
  :y_axis,
  :category,
  :size,
  :label)
  SENSITIVE = []
  include Aws::Structure
end