Class: Aws::ECS::Types::ServiceRevisionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the service revision.

Returns:

  • (String)


10720
10721
10722
10723
10724
10725
10726
10727
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10720

class ServiceRevisionSummary < Struct.new(
  :arn,
  :requested_task_count,
  :running_task_count,
  :pending_task_count)
  SENSITIVE = []
  include Aws::Structure
end

#pending_task_countInteger

The number of pending tasks for the service revision.

Returns:

  • (Integer)


10720
10721
10722
10723
10724
10725
10726
10727
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10720

class ServiceRevisionSummary < Struct.new(
  :arn,
  :requested_task_count,
  :running_task_count,
  :pending_task_count)
  SENSITIVE = []
  include Aws::Structure
end

#requested_task_countInteger

The number of requested tasks for the service revision.

Returns:

  • (Integer)


10720
10721
10722
10723
10724
10725
10726
10727
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10720

class ServiceRevisionSummary < Struct.new(
  :arn,
  :requested_task_count,
  :running_task_count,
  :pending_task_count)
  SENSITIVE = []
  include Aws::Structure
end

#running_task_countInteger

The number of running tasks for the service revision.

Returns:

  • (Integer)


10720
10721
10722
10723
10724
10725
10726
10727
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10720

class ServiceRevisionSummary < Struct.new(
  :arn,
  :requested_task_count,
  :running_task_count,
  :pending_task_count)
  SENSITIVE = []
  include Aws::Structure
end