Class: Aws::Types::TableFieldOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#order::Array[::String]

Returns the value of attribute order.

Returns:

  • (::Array[::String])


10791
10792
10793
# File 'sig/types.rbs', line 10791

def order
  @order
end

#pinned_field_optionsTypes::TablePinnedFieldOptions

Returns the value of attribute pinned_field_options.



10792
10793
10794
# File 'sig/types.rbs', line 10792

def pinned_field_options
  @pinned_field_options
end

#selected_field_options::Array[Types::TableFieldOption]

Returns the value of attribute selected_field_options.

Returns:



10790
10791
10792
# File 'sig/types.rbs', line 10790

def selected_field_options
  @selected_field_options
end

#transposed_table_options::Array[Types::TransposedTableOption]

Returns the value of attribute transposed_table_options.

Returns:



10793
10794
10795
# File 'sig/types.rbs', line 10793

def transposed_table_options
  @transposed_table_options
end