Struct rusoto_codedeploy::RevisionInfo [] [src]

pub struct RevisionInfo {
    pub generic_revision_info: Option<GenericRevisionInfo>,
    pub revision_location: Option<RevisionLocation>,
}

Information about an application revision.

Fields

Information about an application revision, including usage details and associated deployment groups.

Information about the location and type of an application revision.

Trait Implementations

impl Default for RevisionInfo
[src]

[src]

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

impl Debug for RevisionInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for RevisionInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more