Class: Aws::Types::ReferenceLineValueLabelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLineValueLabelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format_configuration ⇒ Types::NumericFormatConfiguration
Returns the value of attribute format_configuration.
-
#relative_position ⇒ "BEFORE_CUSTOM_LABEL", "AFTER_CUSTOM_LABEL"
Returns the value of attribute relative_position.
Instance Attribute Details
#format_configuration ⇒ Types::NumericFormatConfiguration
Returns the value of attribute format_configuration.
9640 9641 9642 |
# File 'sig/types.rbs', line 9640 def format_configuration @format_configuration end |
#relative_position ⇒ "BEFORE_CUSTOM_LABEL", "AFTER_CUSTOM_LABEL"
Returns the value of attribute relative_position.
9639 9640 9641 |
# File 'sig/types.rbs', line 9639 def relative_position @relative_position end |