Struct aws_sdk_ecr::model::ReplicationRule
source · #[non_exhaustive]pub struct ReplicationRule { /* private fields */ }
Expand description
An array of objects representing the replication destinations and repository filters for a replication configuration.
Implementations§
source§impl ReplicationRule
impl ReplicationRule
sourcepub fn destinations(&self) -> Option<&[ReplicationDestination]>
pub fn destinations(&self) -> Option<&[ReplicationDestination]>
An array of objects representing the destination for a replication rule.
sourcepub fn repository_filters(&self) -> Option<&[RepositoryFilter]>
pub fn repository_filters(&self) -> Option<&[RepositoryFilter]>
An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.
source§impl ReplicationRule
impl ReplicationRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationRule
.
Trait Implementations§
source§impl Clone for ReplicationRule
impl Clone for ReplicationRule
source§fn clone(&self) -> ReplicationRule
fn clone(&self) -> ReplicationRule
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 ReplicationRule
impl Debug for ReplicationRule
source§impl PartialEq<ReplicationRule> for ReplicationRule
impl PartialEq<ReplicationRule> for ReplicationRule
source§fn eq(&self, other: &ReplicationRule) -> bool
fn eq(&self, other: &ReplicationRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.