GetRouteTablesResult class

Result data returned by getRouteTables.

Constructors

GetRouteTablesResult({List<GetRouteTablesFilter>? filters, String? id, List<String>? ids, String? region, Map<String, String>? tags, String? vpcId})
Creates a new GetRouteTablesResult. filters Optional. id The provider-assigned unique ID for this managed resource. ids List of all the route table ids found. region Optional. tags Optional. vpcId Optional.
const
GetRouteTablesResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetRouteTablesFilter>?
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>?
List of all the route table ids found.
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
final
vpcId 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