class Aws::AuditManager::Types::UpdateAssessmentControlRequest

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

data as a hash:

    {
      assessment_id: "UUID", # required
      control_set_id: "ControlSetId", # required
      control_id: "UUID", # required
      control_status: "UNDER_REVIEW", # accepts UNDER_REVIEW, REVIEWED, INACTIVE
      comment_body: "ControlCommentBody",
    }

@!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] control_id

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

@!attribute [rw] control_status

The status of the specified control.
@return [String]

@!attribute [rw] comment_body

The comment body text for the specified control.
@return [String]

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

Constants

SENSITIVE