PatchBaselineIdentity
public struct PatchBaselineIdentity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the patch baseline.
Declaration
Swift
public let baselineDescription: String?
-
The ID of the patch baseline.
Declaration
Swift
public let baselineId: String?
-
The name of the patch baseline.
Declaration
Swift
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.
Declaration
Swift
public let defaultBaseline: Bool?
-
Defines the operating system the patch baseline applies to. The Default value is WINDOWS.
Declaration
Swift
public let operatingSystem: OperatingSystem?
-
Undocumented
Declaration
Swift
public init(baselineDescription: String? = nil, baselineId: String? = nil, baselineName: String? = nil, defaultBaseline: Bool? = nil, operatingSystem: OperatingSystem? = nil)