#[non_exhaustive]pub struct ThirdPartySourceRepository { /* private fields */ }
Expand description
Information about a third-party source repository connected to CodeGuru Reviewer.
Implementations§
source§impl ThirdPartySourceRepository
impl ThirdPartySourceRepository
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id
. For more information, see Connection in the Amazon Web Services CodeStar Connections API Reference.
source§impl ThirdPartySourceRepository
impl ThirdPartySourceRepository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThirdPartySourceRepository
.
Trait Implementations§
source§impl Clone for ThirdPartySourceRepository
impl Clone for ThirdPartySourceRepository
source§fn clone(&self) -> ThirdPartySourceRepository
fn clone(&self) -> ThirdPartySourceRepository
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 ThirdPartySourceRepository
impl Debug for ThirdPartySourceRepository
source§impl PartialEq<ThirdPartySourceRepository> for ThirdPartySourceRepository
impl PartialEq<ThirdPartySourceRepository> for ThirdPartySourceRepository
source§fn eq(&self, other: &ThirdPartySourceRepository) -> bool
fn eq(&self, other: &ThirdPartySourceRepository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.