AwsEc2NetworkInterfaceDetails constructor

AwsEc2NetworkInterfaceDetails({
  1. AwsEc2NetworkInterfaceAttachment? attachment,
  2. String? networkInterfaceId,
  3. List<AwsEc2NetworkInterfaceSecurityGroup>? securityGroups,
  4. bool? sourceDestCheck,
})

Implementation

AwsEc2NetworkInterfaceDetails({
  this.attachment,
  this.networkInterfaceId,
  this.securityGroups,
  this.sourceDestCheck,
});