Class: Aws::Types::GeospatialNullSymbolStyle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fill_color::String

Returns the value of attribute fill_color.

Returns:

  • (::String)


6569
6570
6571
# File 'sig/types.rbs', line 6569

def fill_color
  @fill_color
end

#stroke_color::String

Returns the value of attribute stroke_color.

Returns:

  • (::String)


6570
6571
6572
# File 'sig/types.rbs', line 6570

def stroke_color
  @stroke_color
end

#stroke_width::Float

Returns the value of attribute stroke_width.

Returns:

  • (::Float)


6571
6572
6573
# File 'sig/types.rbs', line 6571

def stroke_width
  @stroke_width
end