GetLocalGatewayVirtualInterfaceGroupResult class

Result data returned by getLocalGatewayVirtualInterfaceGroup.

Constructors

GetLocalGatewayVirtualInterfaceGroupResult({List<GetLocalGatewayVirtualInterfaceGroupFilter>? filters, String? id, String? localGatewayId, List<String>? localGatewayVirtualInterfaceIds, String? region, 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.
const
GetLocalGatewayVirtualInterfaceGroupResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetLocalGatewayVirtualInterfaceGroupFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
localGatewayId String?
final
localGatewayVirtualInterfaceIds List<String>?
Set of EC2 Local Gateway Virtual Interface identifiers.
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited