Method: Aws::CodeDeploy::Types::InstanceTarget#status

Defined in:
lib/aws-sdk-codedeploy/types.rb

#statusString

The status an EC2/On-premises deployment’s target instance.

Returns:

  • (String)


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