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)


9634
9635
9636
# File 'sig/types.rbs', line 9634

def color
  @color
end

#pattern"SOLID", ...

Returns the value of attribute pattern.

Returns:

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


9633
9634
9635
# File 'sig/types.rbs', line 9633

def pattern
  @pattern
end