Class: Aws::SSM::Types::InventoryDeletionSummary

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

Overview

Information about the delete operation.

Instance Attribute Summary collapse

Instance Attribute Details

#remaining_countInteger

Remaining number of items to delete.

Returns:

  • (Integer)


7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-ssm/types.rb', line 7691

class InventoryDeletionSummary < Struct.new(
  :total_count,
  :remaining_count,
  :summary_items)
  include Aws::Structure
end

#summary_itemsArray<Types::InventoryDeletionSummaryItem>

A list of counts and versions for deleted items.



7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-ssm/types.rb', line 7691

class InventoryDeletionSummary < Struct.new(
  :total_count,
  :remaining_count,
  :summary_items)
  include Aws::Structure
end

#total_countInteger

The total number of items to delete. This count does not change during the delete operation.

Returns:

  • (Integer)


7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-ssm/types.rb', line 7691

class InventoryDeletionSummary < Struct.new(
  :total_count,
  :remaining_count,
  :summary_items)
  include Aws::Structure
end