Class: Aws::QuickSight::Types::PivotTableFieldCollapseStateOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldCollapseStateOption
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The collapse state options for the pivot table field options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the field target of a pivot table.
-
#target ⇒ Types::PivotTableFieldCollapseStateTarget
A tagged-union object that sets the collapse state.
Instance Attribute Details
#state ⇒ String
The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
25737 25738 25739 25740 25741 25742 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25737 class PivotTableFieldCollapseStateOption < Struct.new( :target, :state) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::PivotTableFieldCollapseStateTarget
A tagged-union object that sets the collapse state.
25737 25738 25739 25740 25741 25742 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25737 class PivotTableFieldCollapseStateOption < Struct.new( :target, :state) SENSITIVE = [] include Aws::Structure end |