Class: Aws::Types::ChartAxisLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::ChartAxisLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#axis_label_options ⇒ ::Array[Types::AxisLabelOptions]
Returns the value of attribute axis_label_options.
-
#sort_icon_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute sort_icon_visibility.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#axis_label_options ⇒ ::Array[Types::AxisLabelOptions]
Returns the value of attribute axis_label_options.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def @axis_label_options end |
#sort_icon_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute sort_icon_visibility.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def sort_icon_visibility @sort_icon_visibility end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def visibility @visibility end |