Class: Aws::QuickSight::Types::TableAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field well for the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by ⇒ Array<Types::DimensionField>
The group by field well for a pivot table.
-
#values ⇒ Array<Types::MeasureField>
The values field well for a pivot table.
Instance Attribute Details
#group_by ⇒ Array<Types::DimensionField>
The group by field well for a pivot table. Values are grouped by group by fields.
28349 28350 28351 28352 28353 28354 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28349 class TableAggregatedFieldWells < Struct.new( :group_by, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The values field well for a pivot table. Values are aggregated based on group by fields.
28349 28350 28351 28352 28353 28354 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28349 class TableAggregatedFieldWells < Struct.new( :group_by, :values) SENSITIVE = [] include Aws::Structure end |