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

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

Overview

Violations for an EC2 instance resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ec2_network_interface_violationsArray<Types::AwsEc2NetworkInterfaceViolation>

Violations for network interfaces associated with the EC2 instance.



199
200
201
202
203
204
# File 'lib/aws-sdk-fms/types.rb', line 199

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)


199
200
201
202
203
204
# File 'lib/aws-sdk-fms/types.rb', line 199

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