Class: Aws::Types::InstanceRefreshWarmPoolProgress
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRefreshWarmPoolProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances_to_update ⇒ ::Integer
Returns the value of attribute instances_to_update.
-
#percentage_complete ⇒ ::Integer
Returns the value of attribute percentage_complete.
Instance Attribute Details
#instances_to_update ⇒ ::Integer
Returns the value of attribute instances_to_update.
816 817 818 |
# File 'sig/types.rbs', line 816 def instances_to_update @instances_to_update end |
#percentage_complete ⇒ ::Integer
Returns the value of attribute percentage_complete.
815 816 817 |
# File 'sig/types.rbs', line 815 def percentage_complete @percentage_complete end |