Class: Aws::Types::ReferenceLineStyleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLineStyleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#pattern ⇒ "SOLID", ...
Returns the value of attribute pattern.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
9634 9635 9636 |
# File 'sig/types.rbs', line 9634 def color @color end |
#pattern ⇒ "SOLID", ...
Returns the value of attribute pattern.
9633 9634 9635 |
# File 'sig/types.rbs', line 9633 def pattern @pattern end |