Class: Aws::Types::WarmPoolStatus
- Inherits:
-
Object
- Object
- Aws::Types::WarmPoolStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_retained_billable_time_in_seconds ⇒ ::Integer
Returns the value of attribute resource_retained_billable_time_in_seconds.
-
#reused_by_job ⇒ ::String
Returns the value of attribute reused_by_job.
-
#status ⇒ "Available", ...
Returns the value of attribute status.
Instance Attribute Details
#resource_retained_billable_time_in_seconds ⇒ ::Integer
Returns the value of attribute resource_retained_billable_time_in_seconds.
12686 12687 12688 |
# File 'sig/types.rbs', line 12686 def resource_retained_billable_time_in_seconds @resource_retained_billable_time_in_seconds end |
#reused_by_job ⇒ ::String
Returns the value of attribute reused_by_job.
12687 12688 12689 |
# File 'sig/types.rbs', line 12687 def reused_by_job @reused_by_job end |
#status ⇒ "Available", ...
Returns the value of attribute status.
12685 12686 12687 |
# File 'sig/types.rbs', line 12685 def status @status end |