Class: Aws::Types::InstanceRefreshProgressDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRefreshProgressDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#live_pool_progress ⇒ Types::InstanceRefreshLivePoolProgress
Returns the value of attribute live_pool_progress.
-
#warm_pool_progress ⇒ Types::InstanceRefreshWarmPoolProgress
Returns the value of attribute warm_pool_progress.
Instance Attribute Details
#live_pool_progress ⇒ Types::InstanceRefreshLivePoolProgress
Returns the value of attribute live_pool_progress.
803 804 805 |
# File 'sig/types.rbs', line 803 def live_pool_progress @live_pool_progress end |
#warm_pool_progress ⇒ Types::InstanceRefreshWarmPoolProgress
Returns the value of attribute warm_pool_progress.
804 805 806 |
# File 'sig/types.rbs', line 804 def warm_pool_progress @warm_pool_progress end |