Class: Aws::Types::ReferenceLineStyleConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color::String

Returns the value of attribute color.

Returns:

  • (::String)


9266
9267
9268
# File 'sig/types.rbs', line 9266

def color
  @color
end

#pattern"SOLID", ...

Returns the value of attribute pattern.

Returns:

  • ("SOLID", "DASHED", "DOTTED")


9265
9266
9267
# File 'sig/types.rbs', line 9265

def pattern
  @pattern
end