InventoryDeletionStatusItem class

Status information returned by the DeleteInventory action.

Constructors

InventoryDeletionStatusItem({String? deletionId, DateTime? deletionStartTime, InventoryDeletionSummary? deletionSummary, InventoryDeletionStatus? lastStatus, String? lastStatusMessage, DateTime? lastStatusUpdateTime, String? typeName})
InventoryDeletionStatusItem.fromJson(Map<String, dynamic> json)
factory

Properties

deletionId String?
The deletion ID returned by the DeleteInventory action.
final
deletionStartTime DateTime?
The UTC timestamp when the delete operation started.
final
deletionSummary InventoryDeletionSummary?
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the AWS Systems Manager User Guide.
final
hashCode int
The hash code for this object.
no setterinherited
lastStatus InventoryDeletionStatus?
The status of the operation. Possible values are InProgress and Complete.
final
lastStatusMessage String?
Information about the status.
final
lastStatusUpdateTime DateTime?
The UTC timestamp of when the last status report.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String?
The name of the inventory data type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited