#[non_exhaustive]pub struct UpdateCodeRepositoryOutput { /* private fields */ }
Implementations§
source§impl UpdateCodeRepositoryOutput
impl UpdateCodeRepositoryOutput
sourcepub fn code_repository_arn(&self) -> Option<&str>
pub fn code_repository_arn(&self) -> Option<&str>
The ARN of the Git repository.
source§impl UpdateCodeRepositoryOutput
impl UpdateCodeRepositoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCodeRepositoryOutput
.
Trait Implementations§
source§impl Clone for UpdateCodeRepositoryOutput
impl Clone for UpdateCodeRepositoryOutput
source§fn clone(&self) -> UpdateCodeRepositoryOutput
fn clone(&self) -> UpdateCodeRepositoryOutput
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 UpdateCodeRepositoryOutput
impl Debug for UpdateCodeRepositoryOutput
source§impl PartialEq<UpdateCodeRepositoryOutput> for UpdateCodeRepositoryOutput
impl PartialEq<UpdateCodeRepositoryOutput> for UpdateCodeRepositoryOutput
source§fn eq(&self, other: &UpdateCodeRepositoryOutput) -> bool
fn eq(&self, other: &UpdateCodeRepositoryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.