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:



22455
22456
22457
22458
22459
22460
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22455

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)


22455
22456
22457
22458
22459
22460
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22455

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