Class: Aws::QuickSight::Types::PivotTableDataPathOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableDataPathOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The data path options for the pivot table field options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_path_list ⇒ Array<Types::DataPathValue>
The list of data path values for the data path options.
-
#width ⇒ String
The width of the data path option.
Instance Attribute Details
#data_path_list ⇒ Array<Types::DataPathValue>
The list of data path values for the data path options.
24429 24430 24431 24432 24433 24434 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24429 class PivotTableDataPathOption < Struct.new( :data_path_list, :width) SENSITIVE = [] include Aws::Structure end |
#width ⇒ String
The width of the data path option.
24429 24430 24431 24432 24433 24434 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24429 class PivotTableDataPathOption < Struct.new( :data_path_list, :width) SENSITIVE = [] include Aws::Structure end |