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.
4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4710 class UpdateControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |