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)


6472
6473
6474
# File 'sig/types.rbs', line 6472

def color
  @color
end

#data_value::Float

Returns the value of attribute data_value.

Returns:

  • (::Float)


6471
6472
6473
# File 'sig/types.rbs', line 6471

def data_value
  @data_value
end

#gradient_offset::Float

Returns the value of attribute gradient_offset.

Returns:

  • (::Float)


6470
6471
6472
# File 'sig/types.rbs', line 6470

def gradient_offset
  @gradient_offset
end