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.
9150 9151 9152 |
# File 'sig/types.rbs', line 9150 def custom_label @custom_label end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
9149 9150 9151 |
# File 'sig/types.rbs', line 9149 def visibility @visibility end |