Class: Aws::QuickSight::Types::TableFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldWells
- 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
-
#table_aggregated_field_wells ⇒ Types::TableAggregatedFieldWells
The aggregated field well for the table.
-
#table_unaggregated_field_wells ⇒ Types::TableUnaggregatedFieldWells
The unaggregated field well for the table.
Instance Attribute Details
#table_aggregated_field_wells ⇒ Types::TableAggregatedFieldWells
The aggregated field well for the table.
28731 28732 28733 28734 28735 28736 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28731 class TableFieldWells < Struct.new( :table_aggregated_field_wells, :table_unaggregated_field_wells) SENSITIVE = [] include Aws::Structure end |
#table_unaggregated_field_wells ⇒ Types::TableUnaggregatedFieldWells
The unaggregated field well for the table.
28731 28732 28733 28734 28735 28736 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28731 class TableFieldWells < Struct.new( :table_aggregated_field_wells, :table_unaggregated_field_wells) SENSITIVE = [] include Aws::Structure end |