Class: Aws::Types::TableFieldOptions
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#order ⇒ ::Array[::String]
Returns the value of attribute order.
-
#pinned_field_options ⇒ Types::TablePinnedFieldOptions
Returns the value of attribute pinned_field_options.
-
#selected_field_options ⇒ ::Array[Types::TableFieldOption]
Returns the value of attribute selected_field_options.
-
#transposed_table_options ⇒ ::Array[Types::TransposedTableOption]
Returns the value of attribute transposed_table_options.
Instance Attribute Details
#order ⇒ ::Array[::String]
Returns the value of attribute order.
10791 10792 10793 |
# File 'sig/types.rbs', line 10791 def order @order end |
#pinned_field_options ⇒ Types::TablePinnedFieldOptions
Returns the value of attribute pinned_field_options.
10792 10793 10794 |
# File 'sig/types.rbs', line 10792 def @pinned_field_options end |
#selected_field_options ⇒ ::Array[Types::TableFieldOption]
Returns the value of attribute selected_field_options.
10790 10791 10792 |
# File 'sig/types.rbs', line 10790 def @selected_field_options end |
#transposed_table_options ⇒ ::Array[Types::TransposedTableOption]
Returns the value of attribute transposed_table_options.
10793 10794 10795 |
# File 'sig/types.rbs', line 10793 def @transposed_table_options end |