Struct aws_sdk_codebuild::types::SourceCredentialsInfo
source · #[non_exhaustive]pub struct SourceCredentialsInfo { /* private fields */ }Expand description
Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.
Implementations§
source§impl SourceCredentialsInfo
impl SourceCredentialsInfo
sourcepub fn server_type(&self) -> Option<&ServerType>
pub fn server_type(&self) -> Option<&ServerType>
The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.
source§impl SourceCredentialsInfo
impl SourceCredentialsInfo
sourcepub fn builder() -> SourceCredentialsInfoBuilder
pub fn builder() -> SourceCredentialsInfoBuilder
Creates a new builder-style object to manufacture SourceCredentialsInfo.
Trait Implementations§
source§impl Clone for SourceCredentialsInfo
impl Clone for SourceCredentialsInfo
source§fn clone(&self) -> SourceCredentialsInfo
fn clone(&self) -> SourceCredentialsInfo
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 SourceCredentialsInfo
impl Debug for SourceCredentialsInfo
source§impl PartialEq<SourceCredentialsInfo> for SourceCredentialsInfo
impl PartialEq<SourceCredentialsInfo> for SourceCredentialsInfo
source§fn eq(&self, other: &SourceCredentialsInfo) -> bool
fn eq(&self, other: &SourceCredentialsInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.