Class: Aws::Types::PivotTableFieldOptions
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableFieldOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collapse_state_options ⇒ ::Array[Types::PivotTableFieldCollapseStateOption]
Returns the value of attribute collapse_state_options.
-
#data_path_options ⇒ ::Array[Types::PivotTableDataPathOption]
Returns the value of attribute data_path_options.
-
#selected_field_options ⇒ ::Array[Types::PivotTableFieldOption]
Returns the value of attribute selected_field_options.
Instance Attribute Details
#collapse_state_options ⇒ ::Array[Types::PivotTableFieldCollapseStateOption]
Returns the value of attribute collapse_state_options.
8760 8761 8762 |
# File 'sig/types.rbs', line 8760 def @collapse_state_options end |
#data_path_options ⇒ ::Array[Types::PivotTableDataPathOption]
Returns the value of attribute data_path_options.
8759 8760 8761 |
# File 'sig/types.rbs', line 8759 def @data_path_options end |
#selected_field_options ⇒ ::Array[Types::PivotTableFieldOption]
Returns the value of attribute selected_field_options.
8758 8759 8760 |
# File 'sig/types.rbs', line 8758 def @selected_field_options end |