Class: Aws::Types::ServiceCurrentRevisionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceCurrentRevisionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#pending_task_count ⇒ ::Integer
Returns the value of attribute pending_task_count.
-
#requested_task_count ⇒ ::Integer
Returns the value of attribute requested_task_count.
-
#running_task_count ⇒ ::Integer
Returns the value of attribute running_task_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def arn @arn end |
#pending_task_count ⇒ ::Integer
Returns the value of attribute pending_task_count.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def pending_task_count @pending_task_count end |
#requested_task_count ⇒ ::Integer
Returns the value of attribute requested_task_count.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def requested_task_count @requested_task_count end |
#running_task_count ⇒ ::Integer
Returns the value of attribute running_task_count.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def running_task_count @running_task_count end |