Struct aws_sdk_ssm::types::InventoryDeletionStatusItem
source · #[non_exhaustive]pub struct InventoryDeletionStatusItem { /* private fields */ }Expand description
Status information returned by the DeleteInventory operation.
Implementations§
source§impl InventoryDeletionStatusItem
impl InventoryDeletionStatusItem
sourcepub fn deletion_id(&self) -> Option<&str>
pub fn deletion_id(&self) -> Option<&str>
The deletion ID returned by the DeleteInventory operation.
sourcepub fn deletion_start_time(&self) -> Option<&DateTime>
pub fn deletion_start_time(&self) -> Option<&DateTime>
The UTC timestamp when the delete operation started.
sourcepub fn last_status(&self) -> Option<&InventoryDeletionStatus>
pub fn last_status(&self) -> Option<&InventoryDeletionStatus>
The status of the operation. Possible values are InProgress and Complete.
sourcepub fn last_status_message(&self) -> Option<&str>
pub fn last_status_message(&self) -> Option<&str>
Information about the status.
sourcepub fn deletion_summary(&self) -> Option<&InventoryDeletionSummary>
pub fn deletion_summary(&self) -> Option<&InventoryDeletionSummary>
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
sourcepub fn last_status_update_time(&self) -> Option<&DateTime>
pub fn last_status_update_time(&self) -> Option<&DateTime>
The UTC timestamp of when the last status report.
source§impl InventoryDeletionStatusItem
impl InventoryDeletionStatusItem
sourcepub fn builder() -> InventoryDeletionStatusItemBuilder
pub fn builder() -> InventoryDeletionStatusItemBuilder
Creates a new builder-style object to manufacture InventoryDeletionStatusItem.
Trait Implementations§
source§impl Clone for InventoryDeletionStatusItem
impl Clone for InventoryDeletionStatusItem
source§fn clone(&self) -> InventoryDeletionStatusItem
fn clone(&self) -> InventoryDeletionStatusItem
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 InventoryDeletionStatusItem
impl Debug for InventoryDeletionStatusItem
source§impl PartialEq<InventoryDeletionStatusItem> for InventoryDeletionStatusItem
impl PartialEq<InventoryDeletionStatusItem> for InventoryDeletionStatusItem
source§fn eq(&self, other: &InventoryDeletionStatusItem) -> bool
fn eq(&self, other: &InventoryDeletionStatusItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.