Class: Aws::ECS::Types::ServiceCurrentRevisionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceCurrentRevisionSummary
- Includes:
- Structure
- Defined in:
- 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.
12579 12580 12581 12582 12583 12584 12585 12586 |
# File 'lib/aws-sdk-ecs/types.rb', line 12579 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
12579 12580 12581 12582 12583 12584 12585 12586 |
# File 'lib/aws-sdk-ecs/types.rb', line 12579 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
12579 12580 12581 12582 12583 12584 12585 12586 |
# File 'lib/aws-sdk-ecs/types.rb', line 12579 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
12579 12580 12581 12582 12583 12584 12585 12586 |
# File 'lib/aws-sdk-ecs/types.rb', line 12579 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |