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.

The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.ChangeLog

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

Syntax

C#
public class ChangeLog

The ChangeLog type exposes the following members

Constructors

NameDescription
Public Method ChangeLog()

Properties

NameTypeDescription
Public Property Action Amazon.AuditManager.ActionEnum

Gets and sets the property Action.

The action that was performed.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the action was performed and the changelog record was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The user or role that performed the action.

Public Property ObjectName System.String

Gets and sets the property ObjectName.

The name of the object that changed. This could be the name of an assessment, control, or control set.

Public Property ObjectType Amazon.AuditManager.ObjectTypeEnum

Gets and sets the property ObjectType.

The object that was changed, such as an assessment, control, or control set.

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