AwsEc2InstanceViolation constructor

AwsEc2InstanceViolation({
  1. List<AwsEc2NetworkInterfaceViolation>? awsEc2NetworkInterfaceViolations,
  2. String? violationTarget,
})

Implementation

AwsEc2InstanceViolation({
  this.awsEc2NetworkInterfaceViolations,
  this.violationTarget,
});