Class: Aws::QuickSight::Types::TableFieldWells

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The field wells for a 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

#table_aggregated_field_wellsTypes::TableAggregatedFieldWells

The aggregated field well for the table.



28595
28596
28597
28598
28599
28600
# File 'lib/aws-sdk-quicksight/types.rb', line 28595

class TableFieldWells < Struct.new(
  :table_aggregated_field_wells,
  :table_unaggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end

#table_unaggregated_field_wellsTypes::TableUnaggregatedFieldWells

The unaggregated field well for the table.



28595
28596
28597
28598
28599
28600
# File 'lib/aws-sdk-quicksight/types.rb', line 28595

class TableFieldWells < Struct.new(
  :table_aggregated_field_wells,
  :table_unaggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end