Class: Aws::QuickSight::Types::FunnelChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/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.
14734 14735 14736 14737 14738 14739 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14734 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.
14734 14735 14736 14737 14738 14739 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14734 class FunnelChartAggregatedFieldWells < Struct.new( :category, :values) SENSITIVE = [] include Aws::Structure end |