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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#violating_security_groupsArray<String>

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

Returns:

  • (Array<String>)


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_targetString

The resource ID of the network interface.

Returns:

  • (String)


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