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]

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

impl Debug for BatchGetDeploymentInstancesOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetDeploymentInstancesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BatchGetDeploymentInstancesOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations