Class: Aws::Types::AxisLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::AxisLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_to ⇒ Types::AxisLabelReferenceOptions
Returns the value of attribute apply_to.
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
Instance Attribute Details
#apply_to ⇒ Types::AxisLabelReferenceOptions
Returns the value of attribute apply_to.
872 873 874 |
# File 'sig/types.rbs', line 872 def apply_to @apply_to end |
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
871 872 873 |
# File 'sig/types.rbs', line 871 def custom_label @custom_label end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
870 871 872 |
# File 'sig/types.rbs', line 870 def font_configuration @font_configuration end |