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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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:



26000
26001
26002
26003
26004
26005
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26000

class PivotTableDataPathOption < Struct.new(
  :data_path_list,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthString

The width of the data path option.

Returns:

  • (String)


26000
26001
26002
26003
26004
26005
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26000

class PivotTableDataPathOption < Struct.new(
  :data_path_list,
  :width)
  SENSITIVE = []
  include Aws::Structure
end