Class: Aws::AppMesh::Types::ListGatewayRoutesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListGatewayRoutesOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2771 2772 2773 2774 2775 2776 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2771 class ListGatewayRoutesOutput < Struct.new( :gateway_routes, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2771 2772 2773 2774 2775 2776 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2771 class ListGatewayRoutesOutput < Struct.new( :gateway_routes, :next_token) SENSITIVE = [] include Aws::Structure end |