Struct rusoto_codedeploy::BatchGetApplicationRevisionsOutput [] [src]

pub struct BatchGetApplicationRevisionsOutput {
    pub application_name: Option<String>,
    pub error_message: Option<String>,
    pub revisions: Option<Vec<RevisionInfo>>,
}

Represents the output of a BatchGetApplicationRevisions operation.

Fields

The name of the application that corresponds to the revisions.

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

Additional information about the revisions, including the type and location.

Trait Implementations

impl Default for BatchGetApplicationRevisionsOutput
[src]

[src]

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

impl Debug for BatchGetApplicationRevisionsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetApplicationRevisionsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more