Class: Aws::AuditManager::Types::UpdateControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control ⇒ Types::Control
The name of the updated control set that the ‘UpdateControl` API returned.
Instance Attribute Details
#control ⇒ Types::Control
The name of the updated control set that the ‘UpdateControl` API returned.
4824 4825 4826 4827 4828 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class UpdateControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |