Class: Aws::QuickSight::Types::SankeyDiagramSortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramSortConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The sort configuration of a sankey diagram.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of destination nodes that are displayed in a sankey diagram.
-
#source_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of source nodes that are displayed in a sankey diagram.
-
#weight_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the weight fields.
Instance Attribute Details
#destination_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of destination nodes that are displayed in a sankey diagram.
24170 24171 24172 24173 24174 24175 24176 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24170 class SankeyDiagramSortConfiguration < Struct.new( :weight_sort, :source_items_limit, :destination_items_limit) SENSITIVE = [] include Aws::Structure end |
#source_items_limit ⇒ Types::ItemsLimitConfiguration
The limit on the number of source nodes that are displayed in a sankey diagram.
24170 24171 24172 24173 24174 24175 24176 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24170 class SankeyDiagramSortConfiguration < Struct.new( :weight_sort, :source_items_limit, :destination_items_limit) SENSITIVE = [] include Aws::Structure end |
#weight_sort ⇒ Array<Types::FieldSortOptions>
The sort configuration of the weight fields.
24170 24171 24172 24173 24174 24175 24176 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24170 class SankeyDiagramSortConfiguration < Struct.new( :weight_sort, :source_items_limit, :destination_items_limit) SENSITIVE = [] include Aws::Structure end |