Class: Aws::Types::GeospatialCircleSymbolStyle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#circle_radiusTypes::GeospatialCircleRadius

Returns the value of attribute circle_radius.



6393
6394
6395
# File 'sig/types.rbs', line 6393

def circle_radius
  @circle_radius
end

#fill_colorTypes::GeospatialColor

Returns the value of attribute fill_color.



6390
6391
6392
# File 'sig/types.rbs', line 6390

def fill_color
  @fill_color
end

#stroke_colorTypes::GeospatialColor

Returns the value of attribute stroke_color.



6391
6392
6393
# File 'sig/types.rbs', line 6391

def stroke_color
  @stroke_color
end

#stroke_widthTypes::GeospatialLineWidth

Returns the value of attribute stroke_width.



6392
6393
6394
# File 'sig/types.rbs', line 6392

def stroke_width
  @stroke_width
end