Class: Aws::QuickSight::Types::WaterfallChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WaterfallChartAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a waterfall visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#breakdowns ⇒ Array<Types::DimensionField>
The breakdown field wells of a waterfall visual.
-
#categories ⇒ Array<Types::DimensionField>
The category field wells of a waterfall visual.
-
#values ⇒ Array<Types::MeasureField>
The value field wells of a waterfall visual.
Instance Attribute Details
#breakdowns ⇒ Array<Types::DimensionField>
The breakdown field wells of a waterfall visual.
35059 35060 35061 35062 35063 35064 35065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35059 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end |
#categories ⇒ Array<Types::DimensionField>
The category field wells of a waterfall visual.
35059 35060 35061 35062 35063 35064 35065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35059 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The value field wells of a waterfall visual.
35059 35060 35061 35062 35063 35064 35065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35059 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end |