Class: Aws::ECS::Types::CreateDaemonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateDaemonResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
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.
-
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the initial daemon deployment.
-
#status ⇒ String
The status of the daemon.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp for the time when the daemon was created.
3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3151 class CreateDaemonResponse < Struct.new( :daemon_arn, :status, :created_at, :deployment_arn) SENSITIVE = [] include Aws::Structure end |
#daemon_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon.
3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3151 class CreateDaemonResponse < Struct.new( :daemon_arn, :status, :created_at, :deployment_arn) SENSITIVE = [] include Aws::Structure end |
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.
3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3151 class CreateDaemonResponse < Struct.new( :daemon_arn, :status, :created_at, :deployment_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the daemon.
3151 3152 3153 3154 3155 3156 3157 3158 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3151 class CreateDaemonResponse < Struct.new( :daemon_arn, :status, :created_at, :deployment_arn) SENSITIVE = [] include Aws::Structure end |