Struct aws_sdk_ecr::model::PullThroughCacheRule
source · [−]#[non_exhaustive]pub struct PullThroughCacheRule { /* private fields */ }
Expand description
The details of a pull through cache rule.
Implementations
sourceimpl 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.
sourceimpl PullThroughCacheRule
impl PullThroughCacheRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PullThroughCacheRule
.
Trait Implementations
sourceimpl Clone for PullThroughCacheRule
impl Clone for PullThroughCacheRule
sourcefn clone(&self) -> PullThroughCacheRule
fn clone(&self) -> PullThroughCacheRule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PullThroughCacheRule
impl Debug for PullThroughCacheRule
sourceimpl PartialEq<PullThroughCacheRule> for PullThroughCacheRule
impl PartialEq<PullThroughCacheRule> for PullThroughCacheRule
sourcefn eq(&self, other: &PullThroughCacheRule) -> bool
fn eq(&self, other: &PullThroughCacheRule) -> bool
impl StructuralPartialEq for PullThroughCacheRule
Auto Trait Implementations
impl RefUnwindSafe for PullThroughCacheRule
impl Send for PullThroughCacheRule
impl Sync for PullThroughCacheRule
impl Unpin for PullThroughCacheRule
impl UnwindSafe for PullThroughCacheRule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more