You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::InstanceTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::InstanceTarget
- Defined in:
- (unknown)
Overview
A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.
Returned by:
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
-
#instance_label ⇒ String
A label that identifies whether the instance is an original target (
BLUE
) or a replacement target (GREEN
). -
#last_updated_at ⇒ Time
The date and time when the target instance was updated by a deployment.
-
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the deployment to this target instance.
-
#status ⇒ String
The status an EC2/On-premises deployment\'s target instance.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
-
#target_id ⇒ String
The unique ID of a deployment target that has a type of
instanceTarget
.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
#instance_label ⇒ String
A label that identifies whether the instance is an original target
(BLUE
) or a replacement target (GREEN
).
Possible values:
- Blue
- Green
#last_updated_at ⇒ Time
The date and time when the target instance was updated by a deployment.
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the deployment to this target instance.
#status ⇒ String
The status an EC2/On-premises deployment\'s target instance.
Possible values:
- Pending
- InProgress
- Succeeded
- Failed
- Skipped
- Unknown
- Ready
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
#target_id ⇒ String
The unique ID of a deployment target that has a type of
instanceTarget
.