GetLocalGatewayRouteTableResult class

Result data returned by getLocalGatewayRouteTable.

Constructors

GetLocalGatewayRouteTableResult({List<GetLocalGatewayRouteTableFilter>? filters, String? id, String? localGatewayId, String? localGatewayRouteTableId, String? outpostArn, String? region, String? state, Map<String, String>? tags})
Creates a new GetLocalGatewayRouteTableResult. filters Optional. id The provider-assigned unique ID for this managed resource. localGatewayId Optional. localGatewayRouteTableId Optional. outpostArn Optional. region Optional. state Optional. tags Optional.
const
GetLocalGatewayRouteTableResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetLocalGatewayRouteTableFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
localGatewayId String?
final
localGatewayRouteTableId String?
final
outpostArn String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
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