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.
9091 9092 9093 |
# File 'sig/types.rbs', line 9091 def state @state end |
#target ⇒ Types::PivotTableFieldCollapseStateTarget
Returns the value of attribute target.
9090 9091 9092 |
# File 'sig/types.rbs', line 9090 def target @target end |