Class: Aws::QuickSight::Types::PivotTableDataPathOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_path_listArray<Types::DataPathValue>

The list of data path values for the data path options.

Returns:



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

#widthString

The width of the data path option.

Returns:

  • (String)


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