Struct rusoto_codedeploy::BatchGetDeploymentInstancesOutput [] [src]

pub struct BatchGetDeploymentInstancesOutput {
    pub error_message: Option<String>,
    pub instances_summary: Option<Vec<InstanceSummary>>,
}

Represents the output of a BatchGetDeploymentInstances operation.

Fields

Information about errors that may have occurred during the API call.

Information about the instance.

Trait Implementations

impl Default for BatchGetDeploymentInstancesOutput
[src]

[src]

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

impl Debug for BatchGetDeploymentInstancesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetDeploymentInstancesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more