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.

Evidence that's manually added to a control in Audit Manager. manualEvidence can be one of the following: evidenceFileName, s3ResourcePath, or textResponse.

Inheritance Hierarchy

System.Object
  Amazon.AuditManager.Model.ManualEvidence

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

Syntax

C#
public class ManualEvidence

The ManualEvidence type exposes the following members

Constructors

NameDescription
Public Method ManualEvidence()

Properties

NameTypeDescription
Public Property EvidenceFileName System.String

Gets and sets the property EvidenceFileName.

The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.

Public Property S3ResourcePath System.String

Gets and sets the property S3ResourcePath.

The S3 URL of the object that's imported as manual evidence.

Public Property TextResponse System.String

Gets and sets the property TextResponse.

The plain text response that's entered and saved as manual evidence.

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