Class: Aws::QuickSight::Types::FunnelChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartFieldWells
- Includes:
- Structure
- Defined in:
- 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`.
16880 16881 16882 16883 16884 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16880 class FunnelChartFieldWells < Struct.new( :funnel_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |