Class: Aws::QuickSight::Types::SankeyDiagramAggregatedFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destinationArray<Types::DimensionField>

The destination field wells of a sankey diagram.

Returns:



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

#sourceArray<Types::DimensionField>

The source field wells of a sankey diagram.

Returns:



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

#weightArray<Types::MeasureField>

The weight field wells of a sankey diagram.

Returns:



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