Class: Aws::QuickSight::Types::FunnelChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a ‘FunnelChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ Array<Types::DimensionField>
The category field wells of a funnel chart.
-
#values ⇒ Array<Types::MeasureField>
The value field wells of a funnel chart.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The category field wells of a funnel chart. Values are grouped by category fields.
17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17028 class FunnelChartAggregatedFieldWells < Struct.new( :category, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The value field wells of a funnel chart. Values are aggregated based on categories.
17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17028 class FunnelChartAggregatedFieldWells < Struct.new( :category, :values) SENSITIVE = [] include Aws::Structure end |