Class: Aws::ECS::Types::DaemonDeploymentSummary

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

Overview

A summary of a daemon deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster that hosts the daemon.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time the daemon deployment was created.

Returns:

  • (Time)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#daemon_deployment_arnString

The Amazon Resource Name (ARN) of the daemon deployment.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#finished_atTime

The time the daemon deployment finished.

Returns:

  • (Time)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time the daemon deployment started.

Returns:

  • (Time)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the daemon deployment.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Information about why the daemon deployment is in the current status.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_atTime

The time the daemon deployment stopped.

Returns:

  • (Time)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_daemon_revision_arnString

The ARN of the daemon revision being deployed.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4514

class DaemonDeploymentSummary < Struct.new(
  :daemon_deployment_arn,
  :daemon_arn,
  :cluster_arn,
  :status,
  :status_reason,
  :target_daemon_revision_arn,
  :created_at,
  :started_at,
  :stopped_at,
  :finished_at)
  SENSITIVE = []
  include Aws::Structure
end