GetServiceLinkVirtualInterfacesResult constructor

const GetServiceLinkVirtualInterfacesResult({
  1. List<GetServiceLinkVirtualInterfacesFilter>? filters,
  2. List<String>? ids,
  3. String? region,
  4. Map<String, String>? tags,
})

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,
});