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]

[src]

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

impl Debug for GetApplicationRevisionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetApplicationRevisionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more