Struct aws_sdk_ecr::model::LifecyclePolicyPreviewSummary
source · #[non_exhaustive]pub struct LifecyclePolicyPreviewSummary { /* private fields */ }Expand description
The summary of the lifecycle policy preview request.
Implementations§
source§impl LifecyclePolicyPreviewSummary
impl LifecyclePolicyPreviewSummary
sourcepub fn expiring_image_total_count(&self) -> Option<i32>
pub fn expiring_image_total_count(&self) -> Option<i32>
The number of expiring images.
source§impl LifecyclePolicyPreviewSummary
impl LifecyclePolicyPreviewSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LifecyclePolicyPreviewSummary.
Trait Implementations§
source§impl Clone for LifecyclePolicyPreviewSummary
impl Clone for LifecyclePolicyPreviewSummary
source§fn clone(&self) -> LifecyclePolicyPreviewSummary
fn clone(&self) -> LifecyclePolicyPreviewSummary
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<LifecyclePolicyPreviewSummary> for LifecyclePolicyPreviewSummary
impl PartialEq<LifecyclePolicyPreviewSummary> for LifecyclePolicyPreviewSummary
source§fn eq(&self, other: &LifecyclePolicyPreviewSummary) -> bool
fn eq(&self, other: &LifecyclePolicyPreviewSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.