Class: Aws::QuickSight::Types::TablePinnedFieldOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TablePinnedFieldOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The settings for the pinned columns of a table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pinned_left_fields ⇒ Array<String>
A list of columns to be pinned to the left of a table visual.
Instance Attribute Details
#pinned_left_fields ⇒ Array<String>
A list of columns to be pinned to the left of a table visual.
30115 30116 30117 30118 30119 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30115 class TablePinnedFieldOptions < Struct.new( :pinned_left_fields) SENSITIVE = [] include Aws::Structure end |