DeleteInventoryResult class

Constructors

DeleteInventoryResult({String? deletionId, InventoryDeletionSummary? deletionSummary, String? typeName})
DeleteInventoryResult.fromJson(Map<String, dynamic> json)
factory

Properties

deletionId String?
Every DeleteInventory action is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other actions.
final
deletionSummary InventoryDeletionSummary?
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String?
The name of the inventory data type specified in the request.
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