#[non_exhaustive]pub struct AwsEcrRepositoryLifecyclePolicyDetails { /* private fields */ }
Expand description
Information about the lifecycle policy for the repository.
Implementations§
source§impl AwsEcrRepositoryLifecyclePolicyDetails
impl AwsEcrRepositoryLifecyclePolicyDetails
sourcepub fn lifecycle_policy_text(&self) -> Option<&str>
pub fn lifecycle_policy_text(&self) -> Option<&str>
The text of the lifecycle policy.
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account identifier that is associated with the registry that contains the repository.
source§impl AwsEcrRepositoryLifecyclePolicyDetails
impl AwsEcrRepositoryLifecyclePolicyDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcrRepositoryLifecyclePolicyDetails
.
Trait Implementations§
source§impl Clone for AwsEcrRepositoryLifecyclePolicyDetails
impl Clone for AwsEcrRepositoryLifecyclePolicyDetails
source§fn clone(&self) -> AwsEcrRepositoryLifecyclePolicyDetails
fn clone(&self) -> AwsEcrRepositoryLifecyclePolicyDetails
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 PartialEq<AwsEcrRepositoryLifecyclePolicyDetails> for AwsEcrRepositoryLifecyclePolicyDetails
impl PartialEq<AwsEcrRepositoryLifecyclePolicyDetails> for AwsEcrRepositoryLifecyclePolicyDetails
source§fn eq(&self, other: &AwsEcrRepositoryLifecyclePolicyDetails) -> bool
fn eq(&self, other: &AwsEcrRepositoryLifecyclePolicyDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.