Class: Aws::Types::Progress
- Inherits:
-
Object
- Object
- Aws::Types::Progress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_percentage ⇒ ::Float
Returns the value of attribute completion_percentage.
-
#steps_completed ⇒ ::Integer
Returns the value of attribute steps_completed.
-
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
Instance Attribute Details
#completion_percentage ⇒ ::Float
Returns the value of attribute completion_percentage.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def completion_percentage @completion_percentage end |
#steps_completed ⇒ ::Integer
Returns the value of attribute steps_completed.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def steps_completed @steps_completed end |
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def total_steps @total_steps end |