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.

Container for the parameters to the UpdateAssessment operation. Edits an Audit Manager assessment.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AuditManager.AmazonAuditManagerRequest
      Amazon.AuditManager.Model.UpdateAssessmentRequest

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

Syntax

C#
public class UpdateAssessmentRequest : AmazonAuditManagerRequest
         IAmazonWebServiceRequest

The UpdateAssessmentRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateAssessmentRequest()

Properties

NameTypeDescription
Public Property AssessmentDescription System.String

Gets and sets the property AssessmentDescription.

The description of the assessment.

Public Property AssessmentId System.String

Gets and sets the property AssessmentId.

The unique identifier for the assessment.

Public Property AssessmentName System.String

Gets and sets the property AssessmentName.

The name of the assessment to be updated.

Public Property AssessmentReportsDestination Amazon.AuditManager.Model.AssessmentReportsDestination

Gets and sets the property AssessmentReportsDestination.

The assessment report storage destination for the assessment that's being updated.

Public Property Roles System.Collections.Generic.List<Amazon.AuditManager.Model.Role>

Gets and sets the property Roles.

The list of roles for the assessment.

Public Property Scope Amazon.AuditManager.Model.Scope

Gets and sets the property Scope.

The scope of the assessment.

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