Class: Aws::Types::LinearConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LinearConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute step_bake_time_in_minutes.
-
#step_percent ⇒ ::Float
Returns the value of attribute step_percent.
Instance Attribute Details
#step_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute step_bake_time_in_minutes.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def step_bake_time_in_minutes @step_bake_time_in_minutes end |
#step_percent ⇒ ::Float
Returns the value of attribute step_percent.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def step_percent @step_percent end |