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.
      11340 11341 11342 11343 11344 11345 11346  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11340 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.
      11340 11341 11342 11343 11344 11345 11346  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11340 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.
      11340 11341 11342 11343 11344 11345 11346  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11340 class InventoryDeletionSummary < Struct.new( :total_count, :remaining_count, :summary_items) SENSITIVE = [] include Aws::Structure end  |