Class: Aws::QuickSight::Types::SankeyDiagramChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramChartConfiguration
- Includes:
- Structure
- Defined in:
- 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.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#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.
26963 26964 26965 26966 26967 26968 26969 26970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26963 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::SankeyDiagramFieldWells
The field well configuration of a sankey diagram.
26963 26964 26965 26966 26967 26968 26969 26970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26963 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
26963 26964 26965 26966 26967 26968 26969 26970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26963 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
The sort configuration of a sankey diagram.
26963 26964 26965 26966 26967 26968 26969 26970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26963 class SankeyDiagramChartConfiguration < Struct.new( :field_wells, :sort_configuration, :data_labels, :interactions) SENSITIVE = [] include Aws::Structure end |