Class: Aws::AuditManager::Types::DeleteControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DeleteControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_id ⇒ String
The unique identifier for the control.
Instance Attribute Details
#control_id ⇒ String
The unique identifier for the control.
2085 2086 2087 2088 2089 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2085 class DeleteControlRequest < Struct.new( :control_id) SENSITIVE = [] include Aws::Structure end |