Class: Aws::QuickSight::Types::SankeyDiagramAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/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.
28489 28490 28491 28492 28493 28494 28495 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28489 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Array<Types::DimensionField>
The source field wells of a sankey diagram.
28489 28490 28491 28492 28493 28494 28495 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28489 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Array<Types::MeasureField>
The weight field wells of a sankey diagram.
28489 28490 28491 28492 28493 28494 28495 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28489 class SankeyDiagramAggregatedFieldWells < Struct.new( :source, :destination, :weight) SENSITIVE = [] include Aws::Structure end |