Class: Aws::QuickSight::Types::PivotTableFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pivot_table_aggregated_field_wellsTypes::PivotTableAggregatedFieldWells

The aggregated field well for the pivot table.



22452
22453
22454
22455
22456
# File 'lib/aws-sdk-quicksight/types.rb', line 22452

class PivotTableFieldWells < Struct.new(
  :pivot_table_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end