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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



23139
23140
23141
23142
23143
23144
# File 'lib/aws-sdk-quicksight/types.rb', line 23139

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)


23139
23140
23141
23142
23143
23144
# File 'lib/aws-sdk-quicksight/types.rb', line 23139

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