Class: Aws::ECS::Types::ServiceCurrentRevisionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceCurrentRevisionSummary
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The summary of the current service revision configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the current service revision.
-
#pending_task_count ⇒ Integer
The number of pending tasks in the current service revision.
-
#requested_task_count ⇒ Integer
The number of requested tasks in the current service revision.
-
#running_task_count ⇒ Integer
The number of running tasks of the current service revision.
Instance Attribute Details
#arn ⇒ String
The ARN of the current service revision.
12527 12528 12529 12530 12531 12532 12533 12534 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12527 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |
#pending_task_count ⇒ Integer
The number of pending tasks in the current service revision
12527 12528 12529 12530 12531 12532 12533 12534 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12527 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |
#requested_task_count ⇒ Integer
The number of requested tasks in the current service revision
12527 12528 12529 12530 12531 12532 12533 12534 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12527 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |
#running_task_count ⇒ Integer
The number of running tasks of the current service revision
12527 12528 12529 12530 12531 12532 12533 12534 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12527 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |