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.
12608 12609 12610 |
# File 'sig/types.rbs', line 12608 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.
12609 12610 12611 |
# File 'sig/types.rbs', line 12609 def reused_by_job @reused_by_job end |
#status ⇒ "Available", ...
Returns the value of attribute status.
12607 12608 12609 |
# File 'sig/types.rbs', line 12607 def status @status end |