Class: Aws::ECS::Types::CreateDaemonResponse

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)


3082
3083
3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3082

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

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon.

Returns:

  • (String)


3082
3083
3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3082

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

#deployment_arnString

The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.

Returns:

  • (String)


3082
3083
3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3082

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

#statusString

The status of the daemon.

Returns:

  • (String)


3082
3083
3084
3085
3086
3087
3088
3089
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3082

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