Class: Aws::Types::GeospatialCircleSymbolStyle
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialCircleSymbolStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#circle_radius ⇒ Types::GeospatialCircleRadius
Returns the value of attribute circle_radius.
-
#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
#circle_radius ⇒ Types::GeospatialCircleRadius
Returns the value of attribute circle_radius.
6393 6394 6395 |
# File 'sig/types.rbs', line 6393 def circle_radius @circle_radius end |
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
6390 6391 6392 |
# File 'sig/types.rbs', line 6390 def fill_color @fill_color end |
#stroke_color ⇒ Types::GeospatialColor
Returns the value of attribute stroke_color.
6391 6392 6393 |
# File 'sig/types.rbs', line 6391 def stroke_color @stroke_color end |
#stroke_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute stroke_width.
6392 6393 6394 |
# File 'sig/types.rbs', line 6392 def stroke_width @stroke_width end |