Class: Aws::AuditManager::Types::CreateAssessmentFrameworkControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentFrameworkControl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The control entity attributes that uniquely identify an existing control to be added to a framework in Audit Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the control.
Instance Attribute Details
#id ⇒ String
The unique identifier of the control.
1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1501 class CreateAssessmentFrameworkControl < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |