GetServiceLinkVirtualInterfacesResult class

Result data returned by getServiceLinkVirtualInterfaces.

Constructors

GetServiceLinkVirtualInterfacesResult({List<GetServiceLinkVirtualInterfacesFilter>? filters, List<String>? ids, String? region, Map<String, String>? tags})
Creates a new GetServiceLinkVirtualInterfacesResult. filters Optional. ids List of EC2 Service Link Virtual Interface identifiers. region Optional. tags Optional.
const
GetServiceLinkVirtualInterfacesResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetServiceLinkVirtualInterfacesFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
ids List<String>?
List of EC2 Service Link 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