Class: Aws::ECS::Types::DaemonCapacityProvider

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the capacity provider.

Returns:

  • (String)


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_countInteger

The number of daemon tasks running on this capacity provider.

Returns:

  • (Integer)


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