Class: Aws::AppMesh::Types::ListVirtualRoutersOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The ‘nextToken` value to include in a future `ListVirtualRouters` request. When the results of a `ListVirtualRouters` 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)


464
465
466
467
468
# File 'lib/aws-sdk-appmesh/types.rb', line 464

class ListVirtualRoutersOutput < Struct.new(
  :next_token,
  :virtual_routers)
  include Aws::Structure
end

#virtual_routersArray<Types::VirtualRouterRef>

The list of existing virtual routers for the specified service mesh.

Returns:



464
465
466
467
468
# File 'lib/aws-sdk-appmesh/types.rb', line 464

class ListVirtualRoutersOutput < Struct.new(
  :next_token,
  :virtual_routers)
  include Aws::Structure
end