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.
25966 25967 25968 25969 25970 25971 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25966 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.
25966 25967 25968 25969 25970 25971 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25966 class ScatterPlotFieldWells < Struct.new( :scatter_plot_categorically_aggregated_field_wells, :scatter_plot_unaggregated_field_wells) SENSITIVE = [] include Aws::Structure end |