Class: Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentFrameworkControlSet
- Includes:
- Structure
- Defined in:
- 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.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4490 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the control set.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4490 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control set.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4490 class UpdateAssessmentFrameworkControlSet < Struct.new( :id, :name, :controls) SENSITIVE = [] include Aws::Structure end |