Struct aws_sdk_codebuild::model::SourceAuth
source · #[non_exhaustive]pub struct SourceAuth { /* private fields */ }
Expand description
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
Implementations§
source§impl SourceAuth
impl SourceAuth
sourcepub fn type(&self) -> Option<&SourceAuthType>
pub fn type(&self) -> Option<&SourceAuthType>
This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH
, which represents the OAuth authorization type.
source§impl SourceAuth
impl SourceAuth
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SourceAuth
.
Trait Implementations§
source§impl Clone for SourceAuth
impl Clone for SourceAuth
source§fn clone(&self) -> SourceAuth
fn clone(&self) -> SourceAuth
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 SourceAuth
impl Debug for SourceAuth
source§impl PartialEq<SourceAuth> for SourceAuth
impl PartialEq<SourceAuth> for SourceAuth
source§fn eq(&self, other: &SourceAuth) -> bool
fn eq(&self, other: &SourceAuth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.