Class: Aws::SSM::Types::InventoryDeletionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryDeletionSummary
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Information about the delete operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remaining_count ⇒ Integer
Remaining number of items to delete.
-
#summary_items ⇒ Array<Types::InventoryDeletionSummaryItem>
A list of counts and versions for deleted items.
-
#total_count ⇒ Integer
The total number of items to delete.
Instance Attribute Details
#remaining_count ⇒ Integer
Remaining number of items to delete.
11160 11161 11162 11163 11164 11165 11166 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11160 class InventoryDeletionSummary < Struct.new( :total_count, :remaining_count, :summary_items) SENSITIVE = [] include Aws::Structure end |
#summary_items ⇒ Array<Types::InventoryDeletionSummaryItem>
A list of counts and versions for deleted items.
11160 11161 11162 11163 11164 11165 11166 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11160 class InventoryDeletionSummary < Struct.new( :total_count, :remaining_count, :summary_items) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of items to delete. This count doesn't change during the delete operation.
11160 11161 11162 11163 11164 11165 11166 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11160 class InventoryDeletionSummary < Struct.new( :total_count, :remaining_count, :summary_items) SENSITIVE = [] include Aws::Structure end |