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])


11181
11182
11183
# File 'sig/types.rbs', line 11181

def order
  @order
end

#pinned_field_optionsTypes::TablePinnedFieldOptions

Returns the value of attribute pinned_field_options.



11182
11183
11184
# File 'sig/types.rbs', line 11182

def pinned_field_options
  @pinned_field_options
end

#selected_field_options::Array[Types::TableFieldOption]

Returns the value of attribute selected_field_options.

Returns:



11180
11181
11182
# File 'sig/types.rbs', line 11180

def selected_field_options
  @selected_field_options
end

#transposed_table_options::Array[Types::TransposedTableOption]

Returns the value of attribute transposed_table_options.

Returns:



11183
11184
11185
# File 'sig/types.rbs', line 11183

def transposed_table_options
  @transposed_table_options
end