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 that the ‘CreateControl` API returned.

Returns:



1869
1870
1871
1872
1873
# File 'lib/aws-sdk-auditmanager/types.rb', line 1869

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