class Aws::AuditManager::Types::CreateAssessmentFrameworkControlSet

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 CreateAssessmentFrameworkControlSet

data as a hash:

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

@!attribute [rw] name

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

@!attribute [rw] controls

The list of controls within the control set. This does not contain
the control set ID.
@return [Array<Types::CreateAssessmentFrameworkControl>]

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

Constants

SENSITIVE