Class: Aws::QuickSight::Types::ScatterPlotSortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ScatterPlotSortConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a scatter plot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scatter_plot_limit_configuration ⇒ Types::ItemsLimitConfiguration
The limit configuration of the visual display for an axis.
Instance Attribute Details
#scatter_plot_limit_configuration ⇒ Types::ItemsLimitConfiguration
The limit configuration of the visual display for an axis.
29291 29292 29293 29294 29295 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29291 class ScatterPlotSortConfiguration < Struct.new( :scatter_plot_limit_configuration) SENSITIVE = [] include Aws::Structure end |