class Aws::CodeDeploy::Types::GetDeploymentInstanceInput

Represents the input of a `GetDeploymentInstance` operation.

@note When making an API call, you may pass GetDeploymentInstanceInput

data as a hash:

    {
      deployment_id: "DeploymentId", # required
      instance_id: "InstanceId", # required
    }

@!attribute [rw] deployment_id

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

@!attribute [rw] instance_id

The unique ID of an instance in the deployment group.
@return [String]

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

Constants

SENSITIVE