Class: Aws::QuickSight::Types::SankeyDiagramFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramFieldWells
- 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
-
#sankey_diagram_aggregated_field_wells ⇒ Types::SankeyDiagramAggregatedFieldWells
The field well configuration of a sankey diagram.
Instance Attribute Details
#sankey_diagram_aggregated_field_wells ⇒ Types::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 |