Class: Aws::QuickSight::Types::PivotTableFieldCollapseStateTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The target of a pivot table field collapse state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_data_path_valuesArray<Types::DataPathValue>

The data path of the pivot table's header. Used to set the collapse state.

Returns:



22372
22373
22374
22375
22376
22377
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22372

class PivotTableFieldCollapseStateTarget < Struct.new(
  :field_id,
  :field_data_path_values)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The field ID of the pivot table that the collapse state needs to be set to.

Returns:

  • (String)


22372
22373
22374
22375
22376
22377
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22372

class PivotTableFieldCollapseStateTarget < Struct.new(
  :field_id,
  :field_data_path_values)
  SENSITIVE = []
  include Aws::Structure
end