Class: Aws::FMS::Types::AwsEc2InstanceViolation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FMS::Types::AwsEc2InstanceViolation
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for an EC2 instance resource.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #aws_ec2_network_interface_violations  ⇒ Array<Types::AwsEc2NetworkInterfaceViolation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Violation detail for network interfaces associated with the EC2 instance. 
- 
  
    
      #violation_target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource ID of the EC2 instance. 
Instance Attribute Details
#aws_ec2_network_interface_violations ⇒ Array<Types::AwsEc2NetworkInterfaceViolation>
Violation detail for network interfaces associated with the EC2 instance.
| 358 359 360 361 362 363 | # File 'lib/aws-sdk-fms/types.rb', line 358 class AwsEc2InstanceViolation < Struct.new( :violation_target, :aws_ec2_network_interface_violations) SENSITIVE = [] include Aws::Structure end | 
#violation_target ⇒ String
The resource ID of the EC2 instance.
| 358 359 360 361 362 363 | # File 'lib/aws-sdk-fms/types.rb', line 358 class AwsEc2InstanceViolation < Struct.new( :violation_target, :aws_ec2_network_interface_violations) SENSITIVE = [] include Aws::Structure end |