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.
9084 9085 9086 |
# File 'sig/types.rbs', line 9084 def data_path_list @data_path_list end |
#width ⇒ ::String
Returns the value of attribute width.
9085 9086 9087 |
# File 'sig/types.rbs', line 9085 def width @width end |