Class: Aws::ECS::Types::DaemonCapacityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonCapacityProvider
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Information about a capacity provider associated with a daemon revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
-
#running_count ⇒ Integer
The number of daemon tasks running on this capacity provider.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
4029 4030 4031 4032 4033 4034 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4029 class DaemonCapacityProvider < Struct.new( :arn, :running_count) SENSITIVE = [] include Aws::Structure end |
#running_count ⇒ Integer
The number of daemon tasks running on this capacity provider.
4029 4030 4031 4032 4033 4034 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4029 class DaemonCapacityProvider < Struct.new( :arn, :running_count) SENSITIVE = [] include Aws::Structure end |