Class: Aws::Types::ReferenceLine
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLine
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_configuration ⇒ Types::ReferenceLineDataConfiguration
Returns the value of attribute data_configuration.
-
#label_configuration ⇒ Types::ReferenceLineLabelConfiguration
Returns the value of attribute label_configuration.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#style_configuration ⇒ Types::ReferenceLineStyleConfiguration
Returns the value of attribute style_configuration.
Instance Attribute Details
#data_configuration ⇒ Types::ReferenceLineDataConfiguration
Returns the value of attribute data_configuration.
9591 9592 9593 |
# File 'sig/types.rbs', line 9591 def data_configuration @data_configuration end |
#label_configuration ⇒ Types::ReferenceLineLabelConfiguration
Returns the value of attribute label_configuration.
9593 9594 9595 |
# File 'sig/types.rbs', line 9593 def label_configuration @label_configuration end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
9590 9591 9592 |
# File 'sig/types.rbs', line 9590 def status @status end |
#style_configuration ⇒ Types::ReferenceLineStyleConfiguration
Returns the value of attribute style_configuration.
9592 9593 9594 |
# File 'sig/types.rbs', line 9592 def style_configuration @style_configuration end |