Struct aws_sdk_codeartifact::model::RepositorySummary
source · #[non_exhaustive]pub struct RepositorySummary { /* private fields */ }
Expand description
Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary
objects.
Implementations§
source§impl RepositorySummary
impl RepositorySummary
sourcepub fn administrator_account(&self) -> Option<&str>
pub fn administrator_account(&self) -> Option<&str>
The Amazon Web Services account ID that manages the repository.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain that contains the repository.
sourcepub fn domain_owner(&self) -> Option<&str>
pub fn domain_owner(&self) -> Option<&str>
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the repository.
source§impl RepositorySummary
impl RepositorySummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RepositorySummary
.
Trait Implementations§
source§impl Clone for RepositorySummary
impl Clone for RepositorySummary
source§fn clone(&self) -> RepositorySummary
fn clone(&self) -> RepositorySummary
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 RepositorySummary
impl Debug for RepositorySummary
source§impl PartialEq<RepositorySummary> for RepositorySummary
impl PartialEq<RepositorySummary> for RepositorySummary
source§fn eq(&self, other: &RepositorySummary) -> bool
fn eq(&self, other: &RepositorySummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.