Class: Aws::SSM::Types::InventoryDeletionSummaryItem

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

Overview

Either a count, remaining count, or a version number in a delete inventory summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

A count of the number of deleted items.

Returns:

  • (Integer)


10862
10863
10864
10865
10866
10867
10868
# File 'lib/aws-sdk-ssm/types.rb', line 10862

class InventoryDeletionSummaryItem < Struct.new(
  :version,
  :count,
  :remaining_count)
  SENSITIVE = []
  include Aws::Structure
end

#remaining_countInteger

The remaining number of items to delete.

Returns:

  • (Integer)


10862
10863
10864
10865
10866
10867
10868
# File 'lib/aws-sdk-ssm/types.rb', line 10862

class InventoryDeletionSummaryItem < Struct.new(
  :version,
  :count,
  :remaining_count)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The inventory type version.

Returns:

  • (String)


10862
10863
10864
10865
10866
10867
10868
# File 'lib/aws-sdk-ssm/types.rb', line 10862

class InventoryDeletionSummaryItem < Struct.new(
  :version,
  :count,
  :remaining_count)
  SENSITIVE = []
  include Aws::Structure
end