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.
filtersOptional.idThe provider-assigned unique ID for this managed resource.idsSet of EC2 Local Gateway Virtual Interface Group identifiers.localGatewayVirtualInterfaceIdsSet of EC2 Local Gateway Virtual Interface identifiers.regionOptional.tagsOptional.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
-
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