GatewayRouteRef class

An object that represents a gateway route returned by a list operation.

Constructors

GatewayRouteRef({required String arn, required DateTime createdAt, required String gatewayRouteName, required DateTime lastUpdatedAt, required String meshName, required String meshOwner, required String resourceOwner, required int version, required String virtualGatewayName})
GatewayRouteRef.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The full Amazon Resource Name (ARN) for the gateway route.
final
createdAt DateTime
The Unix epoch timestamp in seconds for when the resource was created.
final
gatewayRouteName String
The name of the gateway route.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime
The Unix epoch timestamp in seconds for when the resource was last updated.
final
meshName String
The name of the service mesh that the resource resides in.
final
meshOwner String
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
final
resourceOwner String
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
final
virtualGatewayName String
The virtual gateway that the gateway route is associated with.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited