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:



4824
4825
4826
4827
4828
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4824

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