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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



24997
24998
24999
25000
25001
25002
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24997

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.



24997
24998
24999
25000
25001
25002
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24997

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