Struct rusoto_codedeploy::BatchGetDeploymentInstancesInput [] [src]

pub struct BatchGetDeploymentInstancesInput {
    pub deployment_id: String,
    pub instance_ids: Vec<String>,
}

Represents the input of a BatchGetDeploymentInstances operation.

Fields

The unique ID of a deployment.

The unique IDs of instances in the deployment group.

Trait Implementations

impl Default for BatchGetDeploymentInstancesInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for BatchGetDeploymentInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetDeploymentInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more