Class: Aws::Types::GeospatialLineSymbolStyle
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialLineSymbolStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
-
#line_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute line_width.
Instance Attribute Details
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
6233 6234 6235 |
# File 'sig/types.rbs', line 6233 def fill_color @fill_color end |
#line_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute line_width.
6234 6235 6236 |
# File 'sig/types.rbs', line 6234 def line_width @line_width end |