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.



30036
30037
30038
30039
30040
30041
# File 'lib/aws-sdk-quicksight/types.rb', line 30036

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.



30036
30037
30038
30039
30040
30041
# File 'lib/aws-sdk-quicksight/types.rb', line 30036

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