Class: Aws::QuickSight::Types::FilledMapSortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapSortConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a FilledMapVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the location fields.
Instance Attribute Details
#category_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the location fields.
14699 14700 14701 14702 14703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14699 class FilledMapSortConfiguration < Struct.new( :category_sort) SENSITIVE = [] include Aws::Structure end |