DescribeInventoryDeletionsRequest
public struct DescribeInventoryDeletionsRequest : AWSShapeextension SSM.DescribeInventoryDeletionsRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory action. DeclarationSwift public let deletionId: String?
- 
                  
                  The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. DeclarationSwift public let maxResults: Int?
- 
                  
                  A token to start the list. Use this token to get the next set of results. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(deletionId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.DescribeInventoryDeletionsRequest
 View on GitHub
View on GitHub DescribeInventoryDeletionsRequest Structure Reference
        DescribeInventoryDeletionsRequest Structure Reference