Class: Aws::AuditManager::Types::CreateAssessmentFrameworkControlSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentFrameworkControlSet
- 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 within the control set.
-
#name ⇒ String
The name of the control set.
Instance Attribute Details
#controls ⇒ Array<Types::CreateAssessmentFrameworkControl>
The list of controls within the control set. This doesn’t contain the control set ID.
1521 1522 1523 1524 1525 1526 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1521 class CreateAssessmentFrameworkControlSet < Struct.new( :name, :controls) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the control set.
1521 1522 1523 1524 1525 1526 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1521 class CreateAssessmentFrameworkControlSet < Struct.new( :name, :controls) SENSITIVE = [] include Aws::Structure end |