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

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 new control that the CreateControl API returned.

Returns:



1820
1821
1822
1823
1824
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1820

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