Class: Aws::FMS::Types::AwsEc2NetworkInterfaceViolation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Violations for network interfaces associated with an EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#violating_security_groupsArray<String>

List of security groups that violate the rules specified in the master security group of the AWS Firewall Manager policy.

Returns:

  • (Array<String>)


219
220
221
222
223
224
# File 'lib/aws-sdk-fms/types.rb', line 219

class AwsEc2NetworkInterfaceViolation < Struct.new(
  :violation_target,
  :violating_security_groups)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

The resource ID of the network interface.

Returns:

  • (String)


219
220
221
222
223
224
# File 'lib/aws-sdk-fms/types.rb', line 219

class AwsEc2NetworkInterfaceViolation < Struct.new(
  :violation_target,
  :violating_security_groups)
  SENSITIVE = []
  include Aws::Structure
end