Class: Aws::QuickSight::Types::PivotTableFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells for a pivot table visual.
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
-
#pivot_table_aggregated_field_wells ⇒ Types::PivotTableAggregatedFieldWells
The aggregated field well for the pivot table.
Instance Attribute Details
#pivot_table_aggregated_field_wells ⇒ Types::PivotTableAggregatedFieldWells
The aggregated field well for the pivot table.
25539 25540 25541 25542 25543 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25539 class PivotTableFieldWells < Struct.new( :pivot_table_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |