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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3185
3186
3187
3188
3189
3190
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3185

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

#virtual_routersArray<Types::VirtualRouterRef>

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

Returns:



3185
3186
3187
3188
3189
3190
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3185

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