Class: Aws::Types::GeospatialNullSymbolStyle
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialNullSymbolStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fill_color ⇒ ::String
Returns the value of attribute fill_color.
-
#stroke_color ⇒ ::String
Returns the value of attribute stroke_color.
-
#stroke_width ⇒ ::Float
Returns the value of attribute stroke_width.
Instance Attribute Details
#fill_color ⇒ ::String
Returns the value of attribute fill_color.
6303 6304 6305 |
# File 'sig/types.rbs', line 6303 def fill_color @fill_color end |
#stroke_color ⇒ ::String
Returns the value of attribute stroke_color.
6304 6305 6306 |
# File 'sig/types.rbs', line 6304 def stroke_color @stroke_color end |
#stroke_width ⇒ ::Float
Returns the value of attribute stroke_width.
6305 6306 6307 |
# File 'sig/types.rbs', line 6305 def stroke_width @stroke_width end |