Class: Aws::Types::GradientStop
- Inherits:
-
Object
- Object
- Aws::Types::GradientStop
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#data_value ⇒ ::Float
Returns the value of attribute data_value.
-
#gradient_offset ⇒ ::Float
Returns the value of attribute gradient_offset.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
6472 6473 6474 |
# File 'sig/types.rbs', line 6472 def color @color end |
#data_value ⇒ ::Float
Returns the value of attribute data_value.
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.
6470 6471 6472 |
# File 'sig/types.rbs', line 6470 def gradient_offset @gradient_offset end |