Class: Aws::QuickSight::Types::TableFieldOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field options of a table visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order ⇒ Array<String>
The order of the field IDs that are configured as field options for a table visual.
-
#pinned_field_options ⇒ Types::TablePinnedFieldOptions
The settings for the pinned columns of a table visual.
-
#selected_field_options ⇒ Array<Types::TableFieldOption>
The field options to be configured to a table.
Instance Attribute Details
#order ⇒ Array<String>
The order of the field IDs that are configured as field options for a table visual.
29994 29995 29996 29997 29998 29999 30000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29994 class TableFieldOptions < Struct.new( :selected_field_options, :order, :pinned_field_options) SENSITIVE = [] include Aws::Structure end |
#pinned_field_options ⇒ Types::TablePinnedFieldOptions
The settings for the pinned columns of a table visual.
29994 29995 29996 29997 29998 29999 30000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29994 class TableFieldOptions < Struct.new( :selected_field_options, :order, :pinned_field_options) SENSITIVE = [] include Aws::Structure end |
#selected_field_options ⇒ Array<Types::TableFieldOption>
The field options to be configured to a table.
29994 29995 29996 29997 29998 29999 30000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29994 class TableFieldOptions < Struct.new( :selected_field_options, :order, :pinned_field_options) SENSITIVE = [] include Aws::Structure end |