Class: Aws::AppMesh::Types::ListVirtualRoutersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListVirtualRoutersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListVirtualRoutersrequest. -
#virtual_routers ⇒ Array<Types::VirtualRouterRef>
The list of existing virtual routers for the specified service mesh.
Instance Attribute Details
#next_token ⇒ String
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.
3185 3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3185 class ListVirtualRoutersOutput < Struct.new( :next_token, :virtual_routers) SENSITIVE = [] include Aws::Structure end |
#virtual_routers ⇒ Array<Types::VirtualRouterRef>
The list of existing virtual routers for the specified service mesh.
3185 3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3185 class ListVirtualRoutersOutput < Struct.new( :next_token, :virtual_routers) SENSITIVE = [] include Aws::Structure end |