InventoryDeletionSummary
public struct InventoryDeletionSummary : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Remaining number of items to delete. DeclarationSwift public let remainingCount: Int?
- 
                  
                  A list of counts and versions for deleted items. DeclarationSwift public let summaryItems: [InventoryDeletionSummaryItem]?
- 
                  
                  The total number of items to delete. This count does not change during the delete operation. DeclarationSwift public let totalCount: Int?
- 
                  
                  Undocumented DeclarationSwift public init(remainingCount: Int? = nil, summaryItems: [InventoryDeletionSummaryItem]? = nil, totalCount: Int? = nil)
 View on GitHub
View on GitHub InventoryDeletionSummary Structure Reference
        InventoryDeletionSummary Structure Reference