GetServiceLinkVirtualInterfacesResult constructor
const
GetServiceLinkVirtualInterfacesResult({})
Creates a new GetServiceLinkVirtualInterfacesResult.
filters Optional.
ids List of EC2 Service Link Virtual Interface identifiers.
region Optional.
tags Optional.
Implementation
const GetServiceLinkVirtualInterfacesResult({
this.filters,
this.ids,
this.region,
this.tags,
});