Struct rusoto_codedeploy::GetApplicationRevisionInput[][src]

pub struct GetApplicationRevisionInput {
    pub application_name: String,
    pub revision: RevisionLocation,
}

Represents the input of a GetApplicationRevision operation.

Fields

The name of the application that corresponds to the revision.

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

Trait Implementations

impl Default for GetApplicationRevisionInput
[src]

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

impl Debug for GetApplicationRevisionInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetApplicationRevisionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetApplicationRevisionInput
[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