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.



6127
6128
6129
# File 'sig/types.rbs', line 6127

def circle_radius
  @circle_radius
end

#fill_colorTypes::GeospatialColor

Returns the value of attribute fill_color.



6124
6125
6126
# File 'sig/types.rbs', line 6124

def fill_color
  @fill_color
end

#stroke_colorTypes::GeospatialColor

Returns the value of attribute stroke_color.



6125
6126
6127
# File 'sig/types.rbs', line 6125

def stroke_color
  @stroke_color
end

#stroke_widthTypes::GeospatialLineWidth

Returns the value of attribute stroke_width.



6126
6127
6128
# File 'sig/types.rbs', line 6126

def stroke_width
  @stroke_width
end