Class: Aws::AuditManager::Types::UpdateControlResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlTypes::Control

The name of the updated control set that the UpdateControl API returned.

Returns:



4710
4711
4712
4713
4714
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4710

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