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)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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

#pending_task_countInteger

The number of pending tasks for the service revision.

Returns:

  • (Integer)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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

#requested_production_traffic_weightFloat

The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Returns:

  • (Float)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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

#requested_task_countInteger

The number of requested tasks for the service revision.

Returns:

  • (Integer)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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

#requested_test_traffic_weightFloat

The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Returns:

  • (Float)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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

#running_task_countInteger

The number of running tasks for the service revision.

Returns:

  • (Integer)


13400
13401
13402
13403
13404
13405
13406
13407
13408
13409
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13400

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