Class: Aws::ECS::Types::DaemonSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonSummary
- 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
-
#created_at ⇒ Time
The Unix timestamp for the time when the daemon was created.
-
#daemon_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon.
-
#status ⇒ String
The status of the daemon.
-
#updated_at ⇒ Time
The Unix timestamp for the time when the daemon was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp for the time when the daemon was created.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon.
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 |
#status ⇒ String
The status of the daemon.
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_at ⇒ Time
The Unix timestamp for the time when the daemon was last updated.
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 |