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.
filtersOptional.idThe provider-assigned unique ID for this managed resource.idsList of all the route table ids found.regionOptional.tagsOptional.vpcIdOptional.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
-
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