Class: Aws::CodeDeploy::Types::InstanceTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::InstanceTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.
Constant Summary collapse
- SENSITIVE =
[]
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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#instance_label ⇒ String
A label that identifies whether the instance is an original target (‘BLUE`) or a replacement target (`GREEN`).
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time when the target instance was updated by a deployment.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the deployment to this target instance.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status an EC2/On-premises deployment’s target instance.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique ID of a deployment target that has a type of ‘instanceTarget`.
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2882 class InstanceTarget < Struct.new( :deployment_id, :target_id, :target_arn, :status, :last_updated_at, :lifecycle_events, :instance_label) SENSITIVE = [] include Aws::Structure end |