Class: Aws::AuditManager::Types::CreateControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control ⇒ Types::Control
The new control that the ‘CreateControl` API returned.
Instance Attribute Details
#control ⇒ Types::Control
The new control that the ‘CreateControl` API returned.
1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1820 class CreateControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |