Class: Aws::AuditManager::Types::CreateControlResponse

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 new control returned by the ‘CreateControl` API.

Returns:



1747
1748
1749
1750
1751
# File 'lib/aws-sdk-auditmanager/types.rb', line 1747

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