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.
9266 9267 9268 |
# File 'sig/types.rbs', line 9266 def color @color end |
#pattern ⇒ "SOLID", ...
Returns the value of attribute pattern.
9265 9266 9267 |
# File 'sig/types.rbs', line 9265 def pattern @pattern end |