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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_idString

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:

  • (String)


4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4182

class DeleteInventoryResult < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_summary)
  SENSITIVE = []
  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 Amazon Web Services Systems Manager User Guide.



4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4182

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

#type_nameString

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

Returns:

  • (String)


4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4182

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