#[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 more