Struct aws_sdk_ssm::types::InventoryDeletionSummary
source · #[non_exhaustive]pub struct InventoryDeletionSummary { /* private fields */ }Expand description
Information about the delete operation.
Implementations§
source§impl InventoryDeletionSummary
impl InventoryDeletionSummary
sourcepub fn total_count(&self) -> i32
pub fn total_count(&self) -> i32
The total number of items to delete. This count doesn't change during the delete operation.
sourcepub fn remaining_count(&self) -> i32
pub fn remaining_count(&self) -> i32
Remaining number of items to delete.
sourcepub fn summary_items(&self) -> Option<&[InventoryDeletionSummaryItem]>
pub fn summary_items(&self) -> Option<&[InventoryDeletionSummaryItem]>
A list of counts and versions for deleted items.
source§impl InventoryDeletionSummary
impl InventoryDeletionSummary
sourcepub fn builder() -> InventoryDeletionSummaryBuilder
pub fn builder() -> InventoryDeletionSummaryBuilder
Creates a new builder-style object to manufacture InventoryDeletionSummary.
Trait Implementations§
source§impl Clone for InventoryDeletionSummary
impl Clone for InventoryDeletionSummary
source§fn clone(&self) -> InventoryDeletionSummary
fn clone(&self) -> InventoryDeletionSummary
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 InventoryDeletionSummary
impl Debug for InventoryDeletionSummary
source§impl PartialEq<InventoryDeletionSummary> for InventoryDeletionSummary
impl PartialEq<InventoryDeletionSummary> for InventoryDeletionSummary
source§fn eq(&self, other: &InventoryDeletionSummary) -> bool
fn eq(&self, other: &InventoryDeletionSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.