Class: Aws::ECS::Types::ServiceCurrentRevisionSummary

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

Instance Attribute Details

#arnString

The ARN of the current service revision.

Returns:

  • (String)


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_countInteger

The number of pending tasks in the current service revision

Returns:

  • (Integer)


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_countInteger

The number of requested tasks in the current service revision

Returns:

  • (Integer)


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_countInteger

The number of running tasks of the current service revision

Returns:

  • (Integer)


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