Class: Aws::SecurityHub::Types::GetSecurityControlDefinitionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::GetSecurityControlDefinitionRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-securityhub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_control_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security control to retrieve the definition for.
 
Instance Attribute Details
#security_control_id ⇒ String
The ID of the security control to retrieve the definition for. This field doesn’t accept an Amazon Resource Name (ARN).
      25800 25801 25802 25803 25804  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 25800 class GetSecurityControlDefinitionRequest < Struct.new( :security_control_id) SENSITIVE = [] include Aws::Structure end  |