AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Defines the basic information about a patch baseline.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.PatchBaselineIdentity

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class PatchBaselineIdentity

The PatchBaselineIdentity type exposes the following members

Constructors

NameDescription
Public Method PatchBaselineIdentity()

Properties

NameTypeDescription
Public Property BaselineDescription System.String

Gets and sets the property BaselineDescription.

The description of the patch baseline.

Public Property BaselineId System.String

Gets and sets the property BaselineId.

The ID of the patch baseline.

Public Property BaselineName System.String

Gets and sets the property BaselineName.

The name of the patch baseline.

Public Property DefaultBaseline System.Boolean

Gets and sets the property DefaultBaseline.

Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

Public Property OperatingSystem Amazon.SimpleSystemsManagement.OperatingSystem

Gets and sets the property OperatingSystem.

Defines the operating system the patch baseline applies to. The default value is WINDOWS.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5