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.
28918 28919 28920 28921 28922 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28918 class TableUnaggregatedFieldWells < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |