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 that the ‘UpdateAssessmentControl` API returned.



4541
4542
4543
4544
4545
# File 'lib/aws-sdk-auditmanager/types.rb', line 4541

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