Class: Aws::QuickSight::Types::SankeyDiagramFieldWells

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

#sankey_diagram_aggregated_field_wellsTypes::SankeyDiagramAggregatedFieldWells

The field well configuration of a sankey diagram.



28534
28535
28536
28537
28538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28534

class SankeyDiagramFieldWells < Struct.new(
  :sankey_diagram_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end