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.



6603
6604
6605
# File 'sig/types.rbs', line 6603

def fill_color
  @fill_color
end

#stroke_colorTypes::GeospatialColor

Returns the value of attribute stroke_color.



6604
6605
6606
# File 'sig/types.rbs', line 6604

def stroke_color
  @stroke_color
end

#stroke_widthTypes::GeospatialLineWidth

Returns the value of attribute stroke_width.



6605
6606
6607
# File 'sig/types.rbs', line 6605

def stroke_width
  @stroke_width
end