Class: Aws::ECS::Types::DaemonDeploymentCapacityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonDeploymentCapacityProvider
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Information about a capacity provider during a daemon deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
-
#draining_instance_count ⇒ Integer
The number of instances being drained on this capacity provider during the deployment.
-
#running_instance_count ⇒ Integer
The number of instances running daemon tasks on this capacity provider.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
4398 4399 4400 4401 4402 4403 4404 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4398 class DaemonDeploymentCapacityProvider < Struct.new( :arn, :running_instance_count, :draining_instance_count) SENSITIVE = [] include Aws::Structure end |
#draining_instance_count ⇒ Integer
The number of instances being drained on this capacity provider during the deployment.
4398 4399 4400 4401 4402 4403 4404 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4398 class DaemonDeploymentCapacityProvider < Struct.new( :arn, :running_instance_count, :draining_instance_count) SENSITIVE = [] include Aws::Structure end |
#running_instance_count ⇒ Integer
The number of instances running daemon tasks on this capacity provider.
4398 4399 4400 4401 4402 4403 4404 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4398 class DaemonDeploymentCapacityProvider < Struct.new( :arn, :running_instance_count, :draining_instance_count) SENSITIVE = [] include Aws::Structure end |