Class: Aws::FMS::Types::AwsEc2NetworkInterfaceViolation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FMS::Types::AwsEc2NetworkInterfaceViolation
 
 
- Defined in:
 - gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
 
Overview
Violation detail for network interfaces associated with an EC2 instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #violating_security_groups  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
 - 
  
    
      #violation_target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource ID of the network interface.
 
Instance Attribute Details
#violating_security_groups ⇒ Array<String>
List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
      379 380 381 382 383 384  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 379 class AwsEc2NetworkInterfaceViolation < Struct.new( :violation_target, :violating_security_groups) SENSITIVE = [] include Aws::Structure end  | 
  
#violation_target ⇒ String
The resource ID of the network interface.
      379 380 381 382 383 384  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 379 class AwsEc2NetworkInterfaceViolation < Struct.new( :violation_target, :violating_security_groups) SENSITIVE = [] include Aws::Structure end  |