Class: Aws::QuickSight::Types::ScatterPlotFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ScatterPlotFieldWells
- 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
-
#scatter_plot_categorically_aggregated_field_wells ⇒ Types::ScatterPlotCategoricallyAggregatedFieldWells
The aggregated field wells of a scatter plot.
-
#scatter_plot_unaggregated_field_wells ⇒ Types::ScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot.
Instance Attribute Details
#scatter_plot_categorically_aggregated_field_wells ⇒ Types::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.
27180 27181 27182 27183 27184 27185 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27180 class ScatterPlotFieldWells < Struct.new( :scatter_plot_categorically_aggregated_field_wells, :scatter_plot_unaggregated_field_wells) SENSITIVE = [] include Aws::Structure end |
#scatter_plot_unaggregated_field_wells ⇒ Types::ScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
27180 27181 27182 27183 27184 27185 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27180 class ScatterPlotFieldWells < Struct.new( :scatter_plot_categorically_aggregated_field_wells, :scatter_plot_unaggregated_field_wells) SENSITIVE = [] include Aws::Structure end |