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.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def circle_radius @circle_radius end |
#fill_color ⇒ Types::GeospatialColor
Returns the value of attribute fill_color.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def fill_color @fill_color end |
#stroke_color ⇒ Types::GeospatialColor
Returns the value of attribute stroke_color.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def stroke_color @stroke_color end |
#stroke_width ⇒ Types::GeospatialLineWidth
Returns the value of attribute stroke_width.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def stroke_width @stroke_width end |