DescribeEffectivePatchesForPatchBaselineResult
public struct DescribeEffectivePatchesForPatchBaselineResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  An array of patches and patch status. DeclarationSwift public let effectivePatches: [EffectivePatch]?
- 
                  
                  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?
- 
                  
                  Undocumented DeclarationSwift public init(effectivePatches: [EffectivePatch]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribeEffectivePatchesForPatchBaselineResult Structure Reference
        DescribeEffectivePatchesForPatchBaselineResult Structure Reference