Class: Aws::ECS::Types::ServiceRevisionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceRevisionSummary
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The information about the number of requested, pending, and running tasks for a service revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the service revision.
-
#pending_task_count ⇒ Integer
The number of pending tasks for the service revision.
-
#requested_production_traffic_weight ⇒ Float
The percentage of production traffic that is directed to this service revision.
-
#requested_task_count ⇒ Integer
The number of requested tasks for the service revision.
-
#requested_test_traffic_weight ⇒ Float
The percentage of test traffic that is directed to this service revision.
-
#running_task_count ⇒ Integer
The number of running tasks for the service revision.
Instance Attribute Details
#arn ⇒ String
The ARN of the service revision.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |
#pending_task_count ⇒ Integer
The number of pending tasks for the service revision.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |
#requested_production_traffic_weight ⇒ Float
The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |
#requested_task_count ⇒ Integer
The number of requested tasks for the service revision.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |
#requested_test_traffic_weight ⇒ Float
The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |
#running_task_count ⇒ Integer
The number of running tasks for the service revision.
13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400 class ServiceRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count, :requested_test_traffic_weight, :requested_production_traffic_weight) SENSITIVE = [] include Aws::Structure end |