Struct rusoto_codedeploy::RevisionLocation [] [src]

pub struct RevisionLocation {
    pub git_hub_location: Option<GitHubLocation>,
    pub revision_type: Option<String>,
    pub s_3_location: Option<S3Location>,
}

Information about the location of an application revision.

Fields

Information about the location of application artifacts stored in GitHub.

The type of application revision:

  • S3: An application revision stored in Amazon S3.

  • GitHub: An application revision stored in GitHub.

Information about the location of application artifacts stored in Amazon S3.

Trait Implementations

impl Default for RevisionLocation
[src]

[src]

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

impl Debug for RevisionLocation
[src]

[src]

Formats the value using the given formatter.

impl Clone for RevisionLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more