Class: Aws::QuickSight::Types::SankeyDiagramAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a sankey diagram.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Array<Types::DimensionField>
The destination field wells of a sankey diagram.
-
#source ⇒ Array<Types::DimensionField>
The source field wells of a sankey diagram.
-
#weight ⇒ Array<Types::MeasureField>
The weight field wells of a sankey diagram.
Instance Attribute Details
#destination ⇒ Array<Types::DimensionField>
The destination field wells of a sankey diagram.
25721 25722 25723 25724 25725 25726 25727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25721 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Array<Types::DimensionField>
The source field wells of a sankey diagram.
25721 25722 25723 25724 25725 25726 25727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25721 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Array<Types::MeasureField>
The weight field wells of a sankey diagram.
25721 25722 25723 25724 25725 25726 25727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25721 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |