Struct rusoto_codedeploy::GitHubLocation [] [src]

pub struct GitHubLocation {
    pub commit_id: Option<String>,
    pub repository: Option<String>,
}

Information about the location of application artifacts stored in GitHub.

Fields

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

Trait Implementations

impl Default for GitHubLocation
[src]

[src]

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

impl Debug for GitHubLocation
[src]

[src]

Formats the value using the given formatter.

impl Clone for GitHubLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more