You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppMesh::Types::ListGatewayRoutesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListGatewayRoutesOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#gateway_routes ⇒ Array<Types::GatewayRouteRef>
The list of existing gateway routes for the specified service mesh and virtual gateway.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListGatewayRoutesrequest.
Instance Attribute Details
#gateway_routes ⇒ Array<Types::GatewayRouteRef>
The list of existing gateway routes for the specified service mesh and virtual gateway.
#next_token ⇒ String
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.