Class: Aws::QuickSight::Types::TableFieldOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The field options of a table visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#orderArray<String>

The order of the field IDs that are configured as field options for a table visual.

Returns:

  • (Array<String>)


27652
27653
27654
27655
27656
27657
27658
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27652

class TableFieldOptions < Struct.new(
  :selected_field_options,
  :order,
  :pinned_field_options)
  SENSITIVE = []
  include Aws::Structure
end

#pinned_field_optionsTypes::TablePinnedFieldOptions

The settings for the pinned columns of a table visual.



27652
27653
27654
27655
27656
27657
27658
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27652

class TableFieldOptions < Struct.new(
  :selected_field_options,
  :order,
  :pinned_field_options)
  SENSITIVE = []
  include Aws::Structure
end

#selected_field_optionsArray<Types::TableFieldOption>

The field options to be configured to a table.

Returns:



27652
27653
27654
27655
27656
27657
27658
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27652

class TableFieldOptions < Struct.new(
  :selected_field_options,
  :order,
  :pinned_field_options)
  SENSITIVE = []
  include Aws::Structure
end