Class: Aws::SSM::Types::InventoryDeletionSummaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryDeletionSummaryItem
- 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
-
#count ⇒ Integer
A count of the number of deleted items.
-
#remaining_count ⇒ Integer
The remaining number of items to delete.
-
#version ⇒ String
The inventory type version.
Instance Attribute Details
#count ⇒ Integer
A count of the number of deleted items.
10898 10899 10900 10901 10902 10903 10904 |
# File 'lib/aws-sdk-ssm/types.rb', line 10898 class InventoryDeletionSummaryItem < Struct.new( :version, :count, :remaining_count) SENSITIVE = [] include Aws::Structure end |
#remaining_count ⇒ Integer
The remaining number of items to delete.
10898 10899 10900 10901 10902 10903 10904 |
# File 'lib/aws-sdk-ssm/types.rb', line 10898 class InventoryDeletionSummaryItem < Struct.new( :version, :count, :remaining_count) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The inventory type version.
10898 10899 10900 10901 10902 10903 10904 |
# File 'lib/aws-sdk-ssm/types.rb', line 10898 class InventoryDeletionSummaryItem < Struct.new( :version, :count, :remaining_count) SENSITIVE = [] include Aws::Structure end |