Class DeleteInventoryResponse

    • Method Detail

      • deletionId

        public final String deletionId()

        Every DeleteInventory operation 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 operations.

        Returns:
        Every DeleteInventory operation 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 operations.
      • typeName

        public final String typeName()

        The name of the inventory data type specified in the request.

        Returns:
        The name of the inventory data type specified in the request.
      • deletionSummary

        public final InventoryDeletionSummary deletionSummary()

        A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.

        Returns:
        A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object