Class: Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet
- 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
-
#controls ⇒ Array<Types::CreateAssessmentFrameworkControl>
The list of controls that are contained within the control set.
-
#id ⇒ String
The unique identifier for the control set.
-
#name ⇒ String
The name of the control set.
Instance Attribute Details
#controls ⇒ Array<Types::CreateAssessmentFrameworkControl>
The list of controls that are contained within the control set.
4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4604 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the control set.
4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4604 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control set.
4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4604 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |