Method: Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest#control_set_id
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#control_set_id ⇒ String
The unique identifier for the control set.
4583 4584 4585 4586 4587 4588 4589 4590 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4583 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [:comment] include Aws::Structure end |