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:



2027
2028
2029
2030
2031
# File 'lib/aws-sdk-auditmanager/types.rb', line 2027

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