Class: Aws::QuickSight::Types::TablePinnedFieldOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#pinned_left_fieldsArray<String>

A list of columns to be pinned to the left of a table visual.

Returns:

  • (Array<String>)


27773
27774
27775
27776
27777
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27773

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