Class: Aws::AuditManager::Types::UpdateControlResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::UpdateControlResponse
 
- Defined in:
- gems/aws-sdk-auditmanager/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 UpdateControlAPI returned.
Instance Attribute Details
#control ⇒ Types::Control
The name of the updated control set that the UpdateControl API
returned.
| 4847 4848 4849 4850 4851 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4847 class UpdateControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |