Struct rusoto_codedeploy::BatchGetDeploymentsInput [] [src]

pub struct BatchGetDeploymentsInput {
    pub deployment_ids: Option<Vec<String>>,
}

Represents the input of a BatchGetDeployments operation.

Fields

A list of deployment IDs, separated by spaces.

Trait Implementations

impl Default for BatchGetDeploymentsInput
[src]

[src]

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

impl Debug for BatchGetDeploymentsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetDeploymentsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more