Class: Aws::Types::ReferenceLineLabelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLineLabelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label_configuration ⇒ Types::ReferenceLineCustomLabelConfiguration
Returns the value of attribute custom_label_configuration.
-
#font_color ⇒ ::String
Returns the value of attribute font_color.
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#horizontal_position ⇒ "LEFT", ...
Returns the value of attribute horizontal_position.
-
#value_label_configuration ⇒ Types::ReferenceLineValueLabelConfiguration
Returns the value of attribute value_label_configuration.
-
#vertical_position ⇒ "ABOVE", "BELOW"
Returns the value of attribute vertical_position.
Instance Attribute Details
#custom_label_configuration ⇒ Types::ReferenceLineCustomLabelConfiguration
Returns the value of attribute custom_label_configuration.
9251 9252 9253 |
# File 'sig/types.rbs', line 9251 def custom_label_configuration @custom_label_configuration end |
#font_color ⇒ ::String
Returns the value of attribute font_color.
9253 9254 9255 |
# File 'sig/types.rbs', line 9253 def font_color @font_color end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
9252 9253 9254 |
# File 'sig/types.rbs', line 9252 def font_configuration @font_configuration end |
#horizontal_position ⇒ "LEFT", ...
Returns the value of attribute horizontal_position.
9254 9255 9256 |
# File 'sig/types.rbs', line 9254 def horizontal_position @horizontal_position end |
#value_label_configuration ⇒ Types::ReferenceLineValueLabelConfiguration
Returns the value of attribute value_label_configuration.
9250 9251 9252 |
# File 'sig/types.rbs', line 9250 def value_label_configuration @value_label_configuration end |
#vertical_position ⇒ "ABOVE", "BELOW"
Returns the value of attribute vertical_position.
9255 9256 9257 |
# File 'sig/types.rbs', line 9255 def vertical_position @vertical_position end |