You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::ECSTarget

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the target of an Amazon ECS deployment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id ⇒ String

The unique ID of a deployment.

Returns:

  • (String) —

    The unique ID of a deployment.

#last_updated_at ⇒ Time

The date and time when the target Amazon ECS application was updated by a deployment.

Returns:

  • (Time) —

    The date and time when the target Amazon ECS application was updated by a deployment.

#lifecycle_events ⇒ Array<Types::LifecycleEvent>

The lifecycle events of the deployment to this target Amazon ECS application.

Returns:

  • (Array<Types::LifecycleEvent>) —

    The lifecycle events of the deployment to this target Amazon ECS application.

#status ⇒ String

The status an Amazon ECS deployment\'s target ECS application.

Possible values:

  • Pending
  • InProgress
  • Succeeded
  • Failed
  • Skipped
  • Unknown
  • Ready

Returns:

  • (String) —

    The status an Amazon ECS deployment\'s target ECS application.

#target_arn ⇒ String

The Amazon Resource Name (ARN) of the target.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the target.

#target_id ⇒ String

The unique ID of a deployment target that has a type of ecsTarget.

Returns:

  • (String) —

    The unique ID of a deployment target that has a type of ecsTarget.

#task_sets_info ⇒ Array<Types::ECSTaskSet>

The ECSTaskSet objects associated with the ECS target.

Returns:

  • (Array<Types::ECSTaskSet>) —

    The ECSTaskSet objects associated with the ECS target.