Class: Aws::QuickSight::Types::SankeyDiagramChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramChartConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a sankey diagram.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a sankey diagram.
-
#field_wells ⇒ Types::SankeyDiagramFieldWells
The field well configuration of a sankey diagram.
-
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
The sort configuration of a sankey diagram.
Instance Attribute Details
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a sankey diagram.
24130 24131 24132 24133 24134 24135 24136 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::SankeyDiagramFieldWells
The field well configuration of a sankey diagram.
24130 24131 24132 24133 24134 24135 24136 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
The sort configuration of a sankey diagram.
24130 24131 24132 24133 24134 24135 24136 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels) SENSITIVE = [] include Aws::Structure end |