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.
931 932 933 |
# File 'sig/types.rbs', line 931 def apply_to @apply_to end |
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
930 931 932 |
# File 'sig/types.rbs', line 930 def custom_label @custom_label end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
929 930 931 |
# File 'sig/types.rbs', line 929 def font_configuration @font_configuration end |