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

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::Control

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

Returns:



4069
4070
4071
4072
4073
# File 'lib/aws-sdk-auditmanager/types.rb', line 4069

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