Struct rusoto_codedeploy::BatchGetApplicationRevisionsInput [] [src]

pub struct BatchGetApplicationRevisionsInput {
    pub application_name: String,
    pub revisions: Vec<RevisionLocation>,
}

Represents the input of a BatchGetApplicationRevisions operation.

Fields

The name of an AWS CodeDeploy application about which to get revision information.

Information to get about the application revisions, including type and location.

Trait Implementations

impl Default for BatchGetApplicationRevisionsInput
[src]

[src]

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

impl Debug for BatchGetApplicationRevisionsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetApplicationRevisionsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more