class Aws::CodeDeploy::Types::ListDeploymentTargetsInput
@note When making an API call, you may pass ListDeploymentTargetsInput
data as a hash: { deployment_id: "DeploymentId", next_token: "NextToken", target_filters: { "TargetStatus" => ["FilterValue"], }, }
@!attribute [rw] deployment_id
The unique ID of a deployment. @return [String]
@!attribute [rw] next_token
A token identifier returned from the previous `ListDeploymentTargets` call. It can be used to return the next set of deployment targets in the list. @return [String]
@!attribute [rw] target_filters
A key used to filter the returned targets. The two valid values are: * `TargetStatus` - A `TargetStatus` filter string can be `Failed`, `InProgress`, `Pending`, `Ready`, `Skipped`, `Succeeded`, or `Unknown`. * `ServerInstanceLabel` - A `ServerInstanceLabel` filter string can be `Blue` or `Green`. @return [Hash<String,Array<String>>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentTargetsInput AWS API Documentation
Constants
- SENSITIVE