Class: Aws::Types::GeospatialPolygonSymbolStyle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fill_colorTypes::GeospatialColor

Returns the value of attribute fill_color.



6337
6338
6339
# File 'sig/types.rbs', line 6337

def fill_color
  @fill_color
end

#stroke_colorTypes::GeospatialColor

Returns the value of attribute stroke_color.



6338
6339
6340
# File 'sig/types.rbs', line 6338

def stroke_color
  @stroke_color
end

#stroke_widthTypes::GeospatialLineWidth

Returns the value of attribute stroke_width.



6339
6340
6341
# File 'sig/types.rbs', line 6339

def stroke_width
  @stroke_width
end