Class: Aws::ECS::Types::DaemonRevisionDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the daemon revision.

Returns:

  • (String)


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_providersArray<Types::DaemonCapacityProvider>

The capacity providers associated with this daemon revision.

Returns:



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_countInteger

The total number of daemon tasks running for this revision.

Returns:

  • (Integer)


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_countInteger

The total number of instances running without the daemon task for this revision, across all capacity providers. These instances aren't included in totalRunningCount.

Returns:

  • (Integer)


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