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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10591
10592
10593
10594
10595
10596
10597
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10591

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

#remaining_countInteger

The remaining number of items to delete.

Returns:

  • (Integer)


10591
10592
10593
10594
10595
10596
10597
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10591

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

#versionString

The inventory type version.

Returns:

  • (String)


10591
10592
10593
10594
10595
10596
10597
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10591

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