Class: Aws::QuickSight::Types::ScatterPlotSortConfiguration

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

Overview

The sort configuration of a scatter plot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scatter_plot_limit_configurationTypes::ItemsLimitConfiguration

The limit configuration of the visual display for an axis.



25845
25846
25847
25848
25849
# File 'lib/aws-sdk-quicksight/types.rb', line 25845

class ScatterPlotSortConfiguration < Struct.new(
  :scatter_plot_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end