GetPatchBaselinesBaselineIdentity

data class GetPatchBaselinesBaselineIdentity(val baselineDescription: String, val baselineId: String, val baselineName: String, val defaultBaseline: Boolean, val operatingSystem: String)

Constructors

Link copied to clipboard
constructor(baselineDescription: String, baselineId: String, baselineName: String, defaultBaseline: Boolean, operatingSystem: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the patch baseline.

Link copied to clipboard

ID of the patch baseline.

Link copied to clipboard

Name of the patch baseline.

Link copied to clipboard

Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

Link copied to clipboard

Operating system the patch baseline applies to.