Class: Aws::ECS::Types::DaemonRevisionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonRevisionDetail
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Details about a daemon revision, including the running task counts per capacity provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the daemon revision.
-
#capacity_providers ⇒ Array<Types::DaemonCapacityProvider>
The capacity providers associated with this daemon revision.
-
#total_running_count ⇒ Integer
The total number of daemon tasks running for this revision.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the daemon revision.
4723 4724 4725 4726 4727 4728 4729 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4723 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count) SENSITIVE = [] include Aws::Structure end |
#capacity_providers ⇒ Array<Types::DaemonCapacityProvider>
The capacity providers associated with this daemon revision.
4723 4724 4725 4726 4727 4728 4729 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4723 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count) SENSITIVE = [] include Aws::Structure end |
#total_running_count ⇒ Integer
The total number of daemon tasks running for this revision.
4723 4724 4725 4726 4727 4728 4729 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4723 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count) SENSITIVE = [] include Aws::Structure end |