RemoveFlowVpcInterfaceResponse constructor

RemoveFlowVpcInterfaceResponse({
  1. String? flowArn,
  2. List<String>? nonDeletedNetworkInterfaceIds,
  3. String? vpcInterfaceName,
})

Implementation

RemoveFlowVpcInterfaceResponse({
  this.flowArn,
  this.nonDeletedNetworkInterfaceIds,
  this.vpcInterfaceName,
});