Class: Aws::Types::ServiceRevisionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceRevisionSummary
- 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_production_traffic_weight ⇒ ::Float
Returns the value of attribute requested_production_traffic_weight.
-
#requested_task_count ⇒ ::Integer
Returns the value of attribute requested_task_count.
-
#requested_test_traffic_weight ⇒ ::Float
Returns the value of attribute requested_test_traffic_weight.
-
#running_task_count ⇒ ::Integer
Returns the value of attribute running_task_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def arn @arn end |
#pending_task_count ⇒ ::Integer
Returns the value of attribute pending_task_count.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def pending_task_count @pending_task_count end |
#requested_production_traffic_weight ⇒ ::Float
Returns the value of attribute requested_production_traffic_weight.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def requested_production_traffic_weight @requested_production_traffic_weight end |
#requested_task_count ⇒ ::Integer
Returns the value of attribute requested_task_count.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def requested_task_count @requested_task_count end |
#requested_test_traffic_weight ⇒ ::Float
Returns the value of attribute requested_test_traffic_weight.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def requested_test_traffic_weight @requested_test_traffic_weight end |
#running_task_count ⇒ ::Integer
Returns the value of attribute running_task_count.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def running_task_count @running_task_count end |