Class: Aws::QuickSight::Types::KPISortConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#trend_group_sortArray<Types::FieldSortOptions>

The sort configuration of the trend group fields.

Returns:



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