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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

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)


2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-ssm/types.rb', line 2934

class DeleteInventoryResult < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_summary)
  include Aws::Structure
end

#deletion_summaryTypes::InventoryDeletionSummary

A summary of the delete operation. For more information about this summary, see [Understanding the Delete Inventory Summary] in the *AWS Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-delete.html#sysman-inventory-delete-summary



2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-ssm/types.rb', line 2934

class DeleteInventoryResult < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_summary)
  include Aws::Structure
end

#type_nameString

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

Returns:

  • (String)


2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-ssm/types.rb', line 2934

class DeleteInventoryResult < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_summary)
  include Aws::Structure
end