Struct aws_sdk_codedeploy::model::GitHubLocation
source · #[non_exhaustive]pub struct GitHubLocation { /* private fields */ }
Expand description
Information about the location of application artifacts stored in GitHub.
Implementations§
source§impl GitHubLocation
impl GitHubLocation
sourcepub fn repository(&self) -> Option<&str>
pub fn repository(&self) -> Option<&str>
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.
source§impl GitHubLocation
impl GitHubLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GitHubLocation
.
Trait Implementations§
source§impl Clone for GitHubLocation
impl Clone for GitHubLocation
source§fn clone(&self) -> GitHubLocation
fn clone(&self) -> GitHubLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GitHubLocation
impl Debug for GitHubLocation
source§impl PartialEq<GitHubLocation> for GitHubLocation
impl PartialEq<GitHubLocation> for GitHubLocation
source§fn eq(&self, other: &GitHubLocation) -> bool
fn eq(&self, other: &GitHubLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.