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.
9272 9273 9274 |
# File 'sig/types.rbs', line 9272 def format_configuration @format_configuration end |
#relative_position ⇒ "BEFORE_CUSTOM_LABEL", "AFTER_CUSTOM_LABEL"
Returns the value of attribute relative_position.
9271 9272 9273 |
# File 'sig/types.rbs', line 9271 def relative_position @relative_position end |