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.
6569 6570 6571 |
# File 'sig/types.rbs', line 6569 def fill_color @fill_color end |
#stroke_color ⇒ ::String
Returns the value of attribute stroke_color.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def stroke_color @stroke_color end |
#stroke_width ⇒ ::Float
Returns the value of attribute stroke_width.
6571 6572 6573 |
# File 'sig/types.rbs', line 6571 def stroke_width @stroke_width end |