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.
9223 9224 9225 |
# File 'sig/types.rbs', line 9223 def data_configuration @data_configuration end |
#label_configuration ⇒ Types::ReferenceLineLabelConfiguration
Returns the value of attribute label_configuration.
9225 9226 9227 |
# File 'sig/types.rbs', line 9225 def label_configuration @label_configuration end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
9222 9223 9224 |
# File 'sig/types.rbs', line 9222 def status @status end |
#style_configuration ⇒ Types::ReferenceLineStyleConfiguration
Returns the value of attribute style_configuration.
9224 9225 9226 |
# File 'sig/types.rbs', line 9224 def style_configuration @style_configuration end |