Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlsArray<Types::CreateAssessmentFrameworkControl>

The list of controls that are contained within the control set.


4600
4601
4602
4603
4604
4605
4606
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4600

class UpdateAssessmentFrameworkControlSet < Struct.new(
  :id,
  :name,
  :controls)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the control set.

Returns:

  • (String)

4600
4601
4602
4603
4604
4605
4606
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4600

class UpdateAssessmentFrameworkControlSet < Struct.new(
  :id,
  :name,
  :controls)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the control set.

Returns:

  • (String)

4600
4601
4602
4603
4604
4605
4606
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4600

class UpdateAssessmentFrameworkControlSet < Struct.new(
  :id,
  :name,
  :controls)
  SENSITIVE = []
  include Aws::Structure
end