Class: Aws::Types::PivotTableFieldCollapseStateOption
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableFieldCollapseStateOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "COLLAPSED", "EXPANDED"
Returns the value of attribute state.
-
#target ⇒ Types::PivotTableFieldCollapseStateTarget
Returns the value of attribute target.
Instance Attribute Details
#state ⇒ "COLLAPSED", "EXPANDED"
Returns the value of attribute state.
8740 8741 8742 |
# File 'sig/types.rbs', line 8740 def state @state end |
#target ⇒ Types::PivotTableFieldCollapseStateTarget
Returns the value of attribute target.
8739 8740 8741 |
# File 'sig/types.rbs', line 8739 def target @target end |