ListGatewayRoutesOutput

public struct ListGatewayRoutesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of existing gateway routes for the specified service mesh and virtual gateway.

    Declaration

    Swift

    public let gatewayRoutes: [GatewayRouteRef]
  • The nextToken value to include in a future ListGatewayRoutes request. When the results of a ListGatewayRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(gatewayRoutes: [GatewayRouteRef], nextToken: String? = nil)