Class: Aws::QuickSight::Types::PluginVisualTableQuerySort

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

Overview

The table query sorting options for the plugin visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items_limit_configurationTypes::PluginVisualItemsLimitConfiguration

The maximum amount of data to be returned by a query.



26312
26313
26314
26315
26316
26317
# File 'lib/aws-sdk-quicksight/types.rb', line 26312

class PluginVisualTableQuerySort < Struct.new(
  :row_sort,
  :items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#row_sortArray<Types::FieldSortOptions>

Determines how data is sorted in the response.

Returns:



26312
26313
26314
26315
26316
26317
# File 'lib/aws-sdk-quicksight/types.rb', line 26312

class PluginVisualTableQuerySort < Struct.new(
  :row_sort,
  :items_limit_configuration)
  SENSITIVE = []
  include Aws::Structure
end