AddFlowVpcInterfacesResponse constructor
AddFlowVpcInterfacesResponse({
- String? flowArn,
- List<
VpcInterface> ? vpcInterfaces,
Implementation
AddFlowVpcInterfacesResponse({
this.flowArn,
this.vpcInterfaces,
});