Class: Aws::QuickSight::Types::KPISortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPISortConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trend_group_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the trend group fields.
Instance Attribute Details
#trend_group_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the trend group fields.
20604 20605 20606 20607 20608 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20604 class KPISortConfiguration < Struct.new( :trend_group_sort) SENSITIVE = [] include Aws::Structure end |