Class: Aws::ECS::Types::DaemonSummary

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

Overview

A summary of a daemon.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

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

Returns:

  • (Time)


4782
4783
4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4782

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

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4782

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

#statusString

The status of the daemon.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4782

class DaemonSummary < Struct.new(
  :daemon_arn,
  :status,
  :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)


4782
4783
4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4782

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