AwsEc2NetworkInterfaceDetails constructor
AwsEc2NetworkInterfaceDetails({
- AwsEc2NetworkInterfaceAttachment? attachment,
- String? networkInterfaceId,
- List<
AwsEc2NetworkInterfaceSecurityGroup> ? securityGroups, - bool? sourceDestCheck,
Implementation
AwsEc2NetworkInterfaceDetails({
this.attachment,
this.networkInterfaceId,
this.securityGroups,
this.sourceDestCheck,
});