Class: Aws::QuickSight::Types::ScatterPlotCategoricallyAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ScatterPlotCategoricallyAggregatedFieldWells
- 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
-
#category ⇒ Array<Types::DimensionField>
The category field well of a scatter plot.
-
#label ⇒ Array<Types::DimensionField>
The label field well of a scatter plot.
-
#size ⇒ Array<Types::MeasureField>
The size field well of a scatter plot.
-
#x_axis ⇒ Array<Types::MeasureField>
The x-axis field well of a scatter plot.
-
#y_axis ⇒ Array<Types::MeasureField>
The y-axis field well of a scatter plot.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The category field well of a scatter plot.
28617 28618 28619 28620 28621 28622 28623 28624 28625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28617 class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new( :x_axis, :y_axis, :category, :size, :label) SENSITIVE = [] include Aws::Structure end |
#label ⇒ Array<Types::DimensionField>
The label field well of a scatter plot.
28617 28618 28619 28620 28621 28622 28623 28624 28625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28617 class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new( :x_axis, :y_axis, :category, :size, :label) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Array<Types::MeasureField>
The size field well of a scatter plot.
28617 28618 28619 28620 28621 28622 28623 28624 28625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28617 class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new( :x_axis, :y_axis, :category, :size, :label) SENSITIVE = [] include Aws::Structure end |
#x_axis ⇒ Array<Types::MeasureField>
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
28617 28618 28619 28620 28621 28622 28623 28624 28625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28617 class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new( :x_axis, :y_axis, :category, :size, :label) SENSITIVE = [] include Aws::Structure end |
#y_axis ⇒ Array<Types::MeasureField>
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
28617 28618 28619 28620 28621 28622 28623 28624 28625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28617 class ScatterPlotCategoricallyAggregatedFieldWells < Struct.new( :x_axis, :y_axis, :category, :size, :label) SENSITIVE = [] include Aws::Structure end |