PatchBaselineIdentity
public struct PatchBaselineIdentity : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The description of the patch baseline. DeclarationSwift public let baselineDescription: String?
- 
                  
                  The ID of the patch baseline. DeclarationSwift public let baselineId: String?
- 
                  
                  The name of the patch baseline. DeclarationSwift public let baselineName: String?
- 
                  
                  Whether this is the default baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. DeclarationSwift public let defaultBaseline: Bool?
- 
                  
                  Defines the operating system the patch baseline applies to. The Default value is WINDOWS. DeclarationSwift public let operatingSystem: OperatingSystem?
- 
                  
                  Undocumented DeclarationSwift public init(baselineDescription: String? = nil, baselineId: String? = nil, baselineName: String? = nil, defaultBaseline: Bool? = nil, operatingSystem: OperatingSystem? = nil)
 View on GitHub
View on GitHub PatchBaselineIdentity Structure Reference
        PatchBaselineIdentity Structure Reference