Struct aws_sdk_ecrpublic::model::RepositoryCatalogData
source · #[non_exhaustive]pub struct RepositoryCatalogData { /* private fields */ }Expand description
The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
Implementations§
source§impl RepositoryCatalogData
impl RepositoryCatalogData
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The short description of the repository.
sourcepub fn architectures(&self) -> Option<&[String]>
pub fn architectures(&self) -> Option<&[String]>
The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
sourcepub fn operating_systems(&self) -> Option<&[String]>
pub fn operating_systems(&self) -> Option<&[String]>
The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
sourcepub fn logo_url(&self) -> Option<&str>
pub fn logo_url(&self) -> Option<&str>
The URL that contains the logo that's associated with the repository.
sourcepub fn about_text(&self) -> Option<&str>
pub fn about_text(&self) -> Option<&str>
The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
sourcepub fn usage_text(&self) -> Option<&str>
pub fn usage_text(&self) -> Option<&str>
The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
sourcepub fn marketplace_certified(&self) -> Option<bool>
pub fn marketplace_certified(&self) -> Option<bool>
Indicates whether the repository is certified by Amazon Web Services Marketplace.
source§impl RepositoryCatalogData
impl RepositoryCatalogData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RepositoryCatalogData.
Trait Implementations§
source§impl Clone for RepositoryCatalogData
impl Clone for RepositoryCatalogData
source§fn clone(&self) -> RepositoryCatalogData
fn clone(&self) -> RepositoryCatalogData
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for RepositoryCatalogData
impl Debug for RepositoryCatalogData
source§impl PartialEq<RepositoryCatalogData> for RepositoryCatalogData
impl PartialEq<RepositoryCatalogData> for RepositoryCatalogData
source§fn eq(&self, other: &RepositoryCatalogData) -> bool
fn eq(&self, other: &RepositoryCatalogData) -> bool
self and other values to be equal, and is used
by ==.