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:



18459
18460
18461
18462
18463
# File 'lib/aws-sdk-quicksight/types.rb', line 18459

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