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.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def arn @arn end |
#pending_task_count ⇒ ::Integer
Returns the value of attribute pending_task_count.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 def pending_task_count @pending_task_count end |
#requested_production_traffic_weight ⇒ ::Float
Returns the value of attribute requested_production_traffic_weight.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def requested_production_traffic_weight @requested_production_traffic_weight end |
#requested_task_count ⇒ ::Integer
Returns the value of attribute requested_task_count.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def requested_task_count @requested_task_count end |
#requested_test_traffic_weight ⇒ ::Float
Returns the value of attribute requested_test_traffic_weight.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def requested_test_traffic_weight @requested_test_traffic_weight end |
#running_task_count ⇒ ::Integer
Returns the value of attribute running_task_count.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def running_task_count @running_task_count end |