DescribeAvailablePatchesResult
public struct DescribeAvailablePatchesResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  An array of patches. Each entry in the array is a patch structure. DeclarationSwift public let patches: [Patch]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, patches: [Patch]? = nil)
 View on GitHub
View on GitHub DescribeAvailablePatchesResult Structure Reference
        DescribeAvailablePatchesResult Structure Reference