Struct rusoto_codedeploy::GetApplicationRevisionOutput [] [src]

pub struct GetApplicationRevisionOutput {
    pub application_name: Option<String>,
    pub revision: Option<RevisionLocation>,
    pub revision_info: Option<GenericRevisionInfo>,
}

Represents the output of a GetApplicationRevision operation.

Fields

The name of the application that corresponds to the revision.

Additional information about the revision, including type and location.

General information about the revision.

Trait Implementations

impl Default for GetApplicationRevisionOutput
[src]

[src]

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

impl Debug for GetApplicationRevisionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetApplicationRevisionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more