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)


6303
6304
6305
# File 'sig/types.rbs', line 6303

def fill_color
  @fill_color
end

#stroke_color::String

Returns the value of attribute stroke_color.

Returns:

  • (::String)


6304
6305
6306
# File 'sig/types.rbs', line 6304

def stroke_color
  @stroke_color
end

#stroke_width::Float

Returns the value of attribute stroke_width.

Returns:

  • (::Float)


6305
6306
6307
# File 'sig/types.rbs', line 6305

def stroke_width
  @stroke_width
end