Class: Aws::Types::PivotTableDataPathOption
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableDataPathOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_path_list ⇒ ::Array[Types::DataPathValue]
Returns the value of attribute data_path_list.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#data_path_list ⇒ ::Array[Types::DataPathValue]
Returns the value of attribute data_path_list.
8733 8734 8735 |
# File 'sig/types.rbs', line 8733 def data_path_list @data_path_list end |
#width ⇒ ::String
Returns the value of attribute width.
8734 8735 8736 |
# File 'sig/types.rbs', line 8734 def width @width end |