Class: Aws::AuditManager::Types::GetControlResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::GetControlResponse
 
- 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 details of the control that the GetControlAPI returned.
Instance Attribute Details
#control ⇒ Types::Control
The details of the control that the GetControl API returned.
| 2768 2769 2770 2771 2772 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2768 class GetControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |