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:



1730
1731
1732
1733
1734
# File 'lib/aws-sdk-auditmanager/types.rb', line 1730

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