Class: Aws::AppMesh::Types::ListGatewayRoutesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_routesArray<Types::GatewayRouteRef>

The list of existing gateway routes for the specified service mesh and virtual gateway.

Returns:



2771
2772
2773
2774
2775
2776
# File 'lib/aws-sdk-appmesh/types.rb', line 2771

class ListGatewayRoutesOutput < Struct.new(
  :gateway_routes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
# File 'lib/aws-sdk-appmesh/types.rb', line 2771

class ListGatewayRoutesOutput < Struct.new(
  :gateway_routes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end