Class: Aws::AuditManager::Types::UpdateAssessmentControlResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentControlResponse
 
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #control  ⇒ Types::AssessmentControl 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the updated control set that the UpdateAssessmentControlAPI returned.
Instance Attribute Details
#control ⇒ Types::AssessmentControl
The name of the updated control set that the
UpdateAssessmentControl API returned.
| 4559 4560 4561 4562 4563 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4559 class UpdateAssessmentControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |