Class: Aws::Types::GeospatialPolygonSymbolStyle
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialPolygonSymbolStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
-
#stroke_color ⇒ Types::GeospatialColor
Returns the value of attribute stroke_color.
-
#stroke_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute stroke_width.
Instance Attribute Details
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
6337 6338 6339 |
# File 'sig/types.rbs', line 6337 def fill_color @fill_color end |
#stroke_color ⇒ Types::GeospatialColor
Returns the value of attribute stroke_color.
6338 6339 6340 |
# File 'sig/types.rbs', line 6338 def stroke_color @stroke_color end |
#stroke_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute stroke_width.
6339 6340 6341 |
# File 'sig/types.rbs', line 6339 def stroke_width @stroke_width end |