VpcInterfaceAttachment constructor

VpcInterfaceAttachment({
  1. String? vpcInterfaceName,
})

Implementation

VpcInterfaceAttachment({
  this.vpcInterfaceName,
});