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.
14931 14932 14933 14934 14935 14936 14937 14938 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 14931 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
14931 14932 14933 14934 14935 14936 14937 14938 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 14931 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
14931 14932 14933 14934 14935 14936 14937 14938 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 14931 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
14931 14932 14933 14934 14935 14936 14937 14938 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 14931 class ServiceCurrentRevisionSummary < Struct.new( :arn, :requested_task_count, :running_task_count, :pending_task_count) SENSITIVE = [] include Aws::Structure end |