Class: Aws::QuickSight::Types::FunnelChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartFieldWells
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a FunnelChartVisual
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#funnel_chart_aggregated_field_wells ⇒ Types::FunnelChartAggregatedFieldWells
The field well configuration of a
FunnelChartVisual
.
Instance Attribute Details
#funnel_chart_aggregated_field_wells ⇒ Types::FunnelChartAggregatedFieldWells
The field well configuration of a FunnelChartVisual
.
17145 17146 17147 17148 17149 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17145 class FunnelChartFieldWells < Struct.new( :funnel_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |