Class: Aws::QuickSight::Types::SankeyDiagramFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SankeyDiagramFieldWells
- 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
-
#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.
26980 26981 26982 26983 26984 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26980 class SankeyDiagramFieldWells < Struct.new( :sankey_diagram_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |