class Aws::CodeDeploy::Types::InstanceTarget

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

@!attribute [rw] deployment_id

The unique ID of a deployment.
@return [String]

@!attribute [rw] target_id

The unique ID of a deployment target that has a type of
`instanceTarget`.
@return [String]

@!attribute [rw] target_arn

The Amazon Resource Name (ARN) of the target.
@return [String]

@!attribute [rw] status

The status an EC2/On-premises deployment's target instance.
@return [String]

@!attribute [rw] last_updated_at

The date and time when the target instance was updated by a
deployment.
@return [Time]

@!attribute [rw] lifecycle_events

The lifecycle events of the deployment to this target instance.
@return [Array<Types::LifecycleEvent>]

@!attribute [rw] instance_label

A label that identifies whether the instance is an original target
(`BLUE`) or a replacement target (`GREEN`).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceTarget AWS API Documentation

Constants

SENSITIVE