You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::DeleteInventoryResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_idString

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.

Returns:

  • (String)

    Every DeleteInventory action is assigned a unique ID.

#deletion_summaryTypes::InventoryDeletionSummary

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

Returns:

#type_nameString

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

Returns:

  • (String)

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