Class: Aws::QuickSight::Types::TableUnaggregatedFieldWells

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

Overview

The unaggregated field well for the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<Types::UnaggregatedField>

The values field well for a pivot table. Values are unaggregated for an unaggregated table.

Returns:



28782
28783
28784
28785
28786
# File 'lib/aws-sdk-quicksight/types.rb', line 28782

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