Method: Aws::QuickSight::Types::PivotTableFieldCollapseStateTarget#field_data_path_values
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#field_data_path_values ⇒ Array<Types::DataPathValue>
The data path of the pivot table’s header. Used to set the collapse state.
26011 26012 26013 26014 26015 26016 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26011 class PivotTableFieldCollapseStateTarget < Struct.new( :field_id, :field_data_path_values) SENSITIVE = [] include Aws::Structure end |