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.
12600 12601 12602 |
# File 'sig/types.rbs', line 12600 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.
12601 12602 12603 |
# File 'sig/types.rbs', line 12601 def reused_by_job @reused_by_job end |
#status ⇒ "Available", ...
Returns the value of attribute status.
12599 12600 12601 |
# File 'sig/types.rbs', line 12599 def status @status end |