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)


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

The capacity providers associated with this daemon revision.

Returns:



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_countInteger

The total number of daemon tasks running for this revision.

Returns:

  • (Integer)


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