Class: Aws::ECS::Types::DeleteDaemonResponse

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

Overview

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)


5130
5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5130

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

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon.

Returns:

  • (String)


5130
5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5130

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

#deployment_arnString

The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.

Returns:

  • (String)


5130
5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5130

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

#statusString

The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.

Returns:

  • (String)


5130
5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5130

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

#updated_atTime

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

Returns:

  • (Time)


5130
5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5130

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