Class: Aws::ECS::Types::DaemonDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonDetail
- 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
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster that the daemon is running in.
-
#created_at ⇒ Time
The Unix timestamp for the time when the daemon was created.
-
#current_revisions ⇒ Array<Types::DaemonRevisionDetail>
The current daemon revision details, including the running task counts per capacity provider.
-
#daemon_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon.
-
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the most recent daemon deployment.
-
#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
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster that the daemon is running in.
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_at ⇒ Time
The Unix timestamp for the time when the daemon was created.
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_revisions ⇒ Array<Types::DaemonRevisionDetail>
The current daemon revision details, including the running task counts per capacity provider.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the most recent daemon deployment.
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 |
#status ⇒ String
The status of the daemon.
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_at ⇒ Time
The Unix timestamp for the time when the daemon was last updated.
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 |