Class: Aws::Types::PivotTableRowsLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableRowsLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
8799 8800 8801 |
# File 'sig/types.rbs', line 8799 def custom_label @custom_label end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
8798 8799 8800 |
# File 'sig/types.rbs', line 8798 def visibility @visibility end |