You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::GetDeploymentInstanceInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDeploymentInstanceInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a GetDeploymentInstance operation.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)

    The unique ID of a deployment.

#instance_idString

The unique ID of an instance in the deployment group.

Returns:

  • (String)

    The unique ID of an instance in the deployment group.