class Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet

A `controlSet` entity that represents a collection of controls in Audit Manager. This does not contain the control set ID.

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

data as a hash:

    {
      id: "ControlSetName",
      name: "ControlSetName", # required
      controls: [
        {
          id: "UUID",
        },
      ],
    }

@!attribute [rw] id

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

@!attribute [rw] name

The name of the control set.
@return [String]

@!attribute [rw] controls

The list of controls contained within the control set.
@return [Array<Types::CreateAssessmentFrameworkControl>]

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

Constants

SENSITIVE