Class: Aws::QuickSight::Types::FilledMapSortConfiguration

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

Overview

The sort configuration of a ‘FilledMapVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_sortArray<Types::FieldSortOptions>

The sort configuration of the location fields.

Returns:



13934
13935
13936
13937
13938
# File 'lib/aws-sdk-quicksight/types.rb', line 13934

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