Struct aws_sdk_ecr::types::PullThroughCacheRule
source · #[non_exhaustive]pub struct PullThroughCacheRule { /* private fields */ }
Expand description
The details of a pull through cache rule.
Implementations§
source§impl PullThroughCacheRule
impl PullThroughCacheRule
sourcepub fn ecr_repository_prefix(&self) -> Option<&str>
pub fn ecr_repository_prefix(&self) -> Option<&str>
The Amazon ECR repository prefix associated with the pull through cache rule.
sourcepub fn upstream_registry_url(&self) -> Option<&str>
pub fn upstream_registry_url(&self) -> Option<&str>
The upstream registry URL associated with the pull through cache rule.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time the pull through cache was created.
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
source§impl PullThroughCacheRule
impl PullThroughCacheRule
sourcepub fn builder() -> PullThroughCacheRuleBuilder
pub fn builder() -> PullThroughCacheRuleBuilder
Creates a new builder-style object to manufacture PullThroughCacheRule
.
Trait Implementations§
source§impl Clone for PullThroughCacheRule
impl Clone for PullThroughCacheRule
source§fn clone(&self) -> PullThroughCacheRule
fn clone(&self) -> PullThroughCacheRule
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 PullThroughCacheRule
impl Debug for PullThroughCacheRule
source§impl PartialEq<PullThroughCacheRule> for PullThroughCacheRule
impl PartialEq<PullThroughCacheRule> for PullThroughCacheRule
source§fn eq(&self, other: &PullThroughCacheRule) -> bool
fn eq(&self, other: &PullThroughCacheRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.