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

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

Instance Attribute Details

#destinationArray<Types::DimensionField>

The destination field wells of a sankey diagram.

Returns:



24752
24753
24754
24755
24756
24757
24758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24752

class SankeyDiagramAggregatedFieldWells < Struct.new(
  :source,
  :destination,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#sourceArray<Types::DimensionField>

The source field wells of a sankey diagram.

Returns:



24752
24753
24754
24755
24756
24757
24758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24752

class SankeyDiagramAggregatedFieldWells < Struct.new(
  :source,
  :destination,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#weightArray<Types::MeasureField>

The weight field wells of a sankey diagram.

Returns:



24752
24753
24754
24755
24756
24757
24758
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24752

class SankeyDiagramAggregatedFieldWells < Struct.new(
  :source,
  :destination,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end