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.
-
#total_without_daemon_count ⇒ Integer
The total number of instances running without the daemon task for this revision, across all capacity providers.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the daemon revision.
4923 4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4923 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count, :total_without_daemon_count) SENSITIVE = [] include Aws::Structure end |
#capacity_providers ⇒ Array<Types::DaemonCapacityProvider>
The capacity providers associated with this daemon revision.
4923 4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4923 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count, :total_without_daemon_count) SENSITIVE = [] include Aws::Structure end |
#total_running_count ⇒ Integer
The total number of daemon tasks running for this revision.
4923 4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4923 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count, :total_without_daemon_count) SENSITIVE = [] include Aws::Structure end |
#total_without_daemon_count ⇒ Integer
The total number of instances running without the daemon task for
this revision, across all capacity providers. These instances
aren't included in totalRunningCount.
4923 4924 4925 4926 4927 4928 4929 4930 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4923 class DaemonRevisionDetail < Struct.new( :arn, :capacity_providers, :total_running_count, :total_without_daemon_count) SENSITIVE = [] include Aws::Structure end |