class Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest

@note When making an API call, you may pass UpdateAssessmentControlSetStatusRequest

data as a hash:

    {
      assessment_id: "UUID", # required
      control_set_id: "String", # required
      status: "ACTIVE", # required, accepts ACTIVE, UNDER_REVIEW, REVIEWED
      comment: "DelegationComment", # required
    }

@!attribute [rw] assessment_id

The identifier for the specified assessment.
@return [String]

@!attribute [rw] control_set_id

The identifier for the specified control set.
@return [String]

@!attribute [rw] status

The status of the control set that is being updated.
@return [String]

@!attribute [rw] comment

The comment related to the status update.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentControlSetStatusRequest AWS API Documentation

Constants

SENSITIVE