GetLocalGatewayVirtualInterfaceGroupsResult class

Result data returned by getLocalGatewayVirtualInterfaceGroups.

Constructors

GetLocalGatewayVirtualInterfaceGroupsResult({List<GetLocalGatewayVirtualInterfaceGroupsFilter>? filters, String? id, List<String>? ids, List<String>? localGatewayVirtualInterfaceIds, String? region, Map<String, String>? tags})
Creates a new GetLocalGatewayVirtualInterfaceGroupsResult. filters Optional. id The provider-assigned unique ID for this managed resource. ids Set of EC2 Local Gateway Virtual Interface Group identifiers. localGatewayVirtualInterfaceIds Set of EC2 Local Gateway Virtual Interface identifiers. region Optional. tags Optional.
const
GetLocalGatewayVirtualInterfaceGroupsResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetLocalGatewayVirtualInterfaceGroupsFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
ids List<String>?
Set of EC2 Local Gateway Virtual Interface Group identifiers.
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