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.
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_wells ⇒ Types::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 |