Class: Aws::ECS::Types::DaemonDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

The detailed information about a daemon.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster that the daemon is running in.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The Unix timestamp for the time when the daemon was created.

Returns:

  • (Time)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#current_revisionsArray<Types::DaemonRevisionDetail>

The current daemon revision details, including the running task counts per capacity provider.

Returns:



4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_arnString

The Amazon Resource Name (ARN) of the most recent daemon deployment.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the daemon.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp for the time when the daemon was last updated.

Returns:

  • (Time)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4563

class DaemonDetail < Struct.new(
  :daemon_arn,
  :cluster_arn,
  :status,
  :current_revisions,
  :deployment_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end