Class: Aws::QuickSight::Types::ScatterPlotUnaggregatedFieldWells

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

Overview

The unaggregated field wells 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:



28788
28789
28790
28791
28792
28793
28794
28795
28796
# File 'lib/aws-sdk-quicksight/types.rb', line 28788

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

#labelArray<Types::DimensionField>

The label field well of a scatter plot.

Returns:



28788
28789
28790
28791
28792
28793
28794
28795
28796
# File 'lib/aws-sdk-quicksight/types.rb', line 28788

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

#sizeArray<Types::MeasureField>

The size field well of a scatter plot.

Returns:



28788
28789
28790
28791
28792
28793
28794
28795
28796
# File 'lib/aws-sdk-quicksight/types.rb', line 28788

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

#x_axisArray<Types::DimensionField>

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

Returns:



28788
28789
28790
28791
28792
28793
28794
28795
28796
# File 'lib/aws-sdk-quicksight/types.rb', line 28788

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

#y_axisArray<Types::DimensionField>

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.

Returns:



28788
28789
28790
28791
28792
28793
28794
28795
28796
# File 'lib/aws-sdk-quicksight/types.rb', line 28788

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