Class: Aws::QuickSight::Types::TableUnaggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableUnaggregatedFieldWells
- 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
-
#values ⇒ Array<Types::UnaggregatedField>
The values field well for a pivot table.
Instance Attribute Details
#values ⇒ Array<Types::UnaggregatedField>
The values field well for a pivot table. Values are unaggregated for an unaggregated table.
30223 30224 30225 30226 30227 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30223 class TableUnaggregatedFieldWells < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |