Class: Aws::AuditManager::Types::UpdateAssessmentControlResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlTypes::AssessmentControl

The name of the updated control set returned by the ‘UpdateAssessmentControl` API.



3677
3678
3679
3680
3681
# File 'lib/aws-sdk-auditmanager/types.rb', line 3677

class UpdateAssessmentControlResponse < Struct.new(
  :control)
  SENSITIVE = []
  include Aws::Structure
end