GetLocalGatewayVirtualInterfaceGroupResult constructor

const GetLocalGatewayVirtualInterfaceGroupResult({
  1. List<GetLocalGatewayVirtualInterfaceGroupFilter>? filters,
  2. String? id,
  3. String? localGatewayId,
  4. List<String>? localGatewayVirtualInterfaceIds,
  5. String? region,
  6. Map<String, String>? tags,
})

Creates a new GetLocalGatewayVirtualInterfaceGroupResult. filters Optional. id Optional. localGatewayId Optional. localGatewayVirtualInterfaceIds Set of EC2 Local Gateway Virtual Interface identifiers. region Optional. tags Optional.

Implementation

const GetLocalGatewayVirtualInterfaceGroupResult({
  this.filters,
  this.id,
  this.localGatewayId,
  this.localGatewayVirtualInterfaceIds,
  this.region,
  this.tags,
});