Class: Aws::FMS::Types::AwsEc2InstanceViolation

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

Overview

Violation detail for an EC2 instance resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ec2_network_interface_violationsArray<Types::AwsEc2NetworkInterfaceViolation>

Violation detail for network interfaces associated with the EC2 instance.



358
359
360
361
362
363
# File 'gems/aws-sdk-fms/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_targetString

The resource ID of the EC2 instance.

Returns:

  • (String)


358
359
360
361
362
363
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 358

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