Class: Aws::QuickSight::Types::PivotTableFieldCollapseStateTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldCollapseStateTarget
- 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
-
#field_data_path_values ⇒ Array<Types::DataPathValue>
The data path of the pivot table’s header.
-
#field_id ⇒ String
The field ID of the pivot table that the collapse state needs to be set to.
Instance Attribute Details
#field_data_path_values ⇒ Array<Types::DataPathValue>
The data path of the pivot table’s header. Used to set the collapse state.
25459 25460 25461 25462 25463 25464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25459 class PivotTableFieldCollapseStateTarget < Struct.new( :field_id, :field_data_path_values) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The field ID of the pivot table that the collapse state needs to be set to.
25459 25460 25461 25462 25463 25464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25459 class PivotTableFieldCollapseStateTarget < Struct.new( :field_id, :field_data_path_values) SENSITIVE = [] include Aws::Structure end |