Class: Aws::Types::GradientStop

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)


6738
6739
6740
# File 'sig/types.rbs', line 6738

def color
  @color
end

#data_value::Float

Returns the value of attribute data_value.

Returns:

  • (::Float)


6737
6738
6739
# File 'sig/types.rbs', line 6737

def data_value
  @data_value
end

#gradient_offset::Float

Returns the value of attribute gradient_offset.

Returns:

  • (::Float)


6736
6737
6738
# File 'sig/types.rbs', line 6736

def gradient_offset
  @gradient_offset
end