Class: Aws::QuickSight::Types::TableAggregatedFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The aggregated field well for the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_byArray<Types::DimensionField>

The group by field well for a pivot table. Values are grouped by group by fields.

Returns:



27158
27159
27160
27161
27162
27163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27158

class TableAggregatedFieldWells < Struct.new(
  :group_by,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The values field well for a pivot table. Values are aggregated based on group by fields.

Returns:



27158
27159
27160
27161
27162
27163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27158

class TableAggregatedFieldWells < Struct.new(
  :group_by,
  :values)
  SENSITIVE = []
  include Aws::Structure
end