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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



28868
28869
28870
28871
28872
28873
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

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.



28868
28869
28870
28871
28872
28873
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

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