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:



23230
23231
23232
23233
23234
23235
# File 'lib/aws-sdk-quicksight/types.rb', line 23230

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

#widthString

The width of the data path option.

Returns:

  • (String)


23230
23231
23232
23233
23234
23235
# File 'lib/aws-sdk-quicksight/types.rb', line 23230

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