Method: Aws::CodeDeploy::Types::GetDeploymentInstanceInput#instance_id

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

#instance_idString

The unique ID of an instance in the deployment group.

Returns:

  • (String)


2482
2483
2484
2485
2486
# File 'lib/aws-sdk-codedeploy/types.rb', line 2482

class GetDeploymentInstanceInput < Struct.new(
  :deployment_id,
  :instance_id)
  include Aws::Structure
end