Struct rusoto_codedeploy::BatchGetDeploymentsOutput [] [src]

pub struct BatchGetDeploymentsOutput {
    pub deployments_info: Option<Vec<DeploymentInfo>>,
}

Represents the output of a BatchGetDeployments operation.

Fields

Information about the deployments.

Trait Implementations

impl Default for BatchGetDeploymentsOutput
[src]

[src]

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

impl Debug for BatchGetDeploymentsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetDeploymentsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more