Class: Aws::QuickSight::Types::ScatterPlotFieldWells

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

Overview

The field well configuration of a scatter plot.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scatter_plot_categorically_aggregated_field_wellsTypes::ScatterPlotCategoricallyAggregatedFieldWells

The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.



25830
25831
25832
25833
25834
25835
# File 'lib/aws-sdk-quicksight/types.rb', line 25830

class ScatterPlotFieldWells < Struct.new(
  :scatter_plot_categorically_aggregated_field_wells,
  :scatter_plot_unaggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end

#scatter_plot_unaggregated_field_wellsTypes::ScatterPlotUnaggregatedFieldWells

The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.



25830
25831
25832
25833
25834
25835
# File 'lib/aws-sdk-quicksight/types.rb', line 25830

class ScatterPlotFieldWells < Struct.new(
  :scatter_plot_categorically_aggregated_field_wells,
  :scatter_plot_unaggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end