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.
9619 9620 9621 |
# File 'sig/types.rbs', line 9619 def custom_label_configuration @custom_label_configuration end |
#font_color ⇒ ::String
Returns the value of attribute font_color.
9621 9622 9623 |
# File 'sig/types.rbs', line 9621 def font_color @font_color end |
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
9620 9621 9622 |
# File 'sig/types.rbs', line 9620 def font_configuration @font_configuration end |
#horizontal_position ⇒ "LEFT", ...
Returns the value of attribute horizontal_position.
9622 9623 9624 |
# File 'sig/types.rbs', line 9622 def horizontal_position @horizontal_position end |
#value_label_configuration ⇒ Types::ReferenceLineValueLabelConfiguration
Returns the value of attribute value_label_configuration.
9618 9619 9620 |
# File 'sig/types.rbs', line 9618 def value_label_configuration @value_label_configuration end |
#vertical_position ⇒ "ABOVE", "BELOW"
Returns the value of attribute vertical_position.
9623 9624 9625 |
# File 'sig/types.rbs', line 9623 def vertical_position @vertical_position end |