Class: Aws::AppMesh::Types::ListVirtualNodesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListVirtualNodesOutput
- 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 ‘nextToken` value to include in a future `ListVirtualNodes` request.
-
#virtual_nodes ⇒ Array<Types::VirtualNodeRef>
The list of existing virtual nodes for the specified service mesh.
Instance Attribute Details
#next_token ⇒ String
The ‘nextToken` value to include in a future `ListVirtualNodes` request. When the results of a `ListVirtualNodes` 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.
3112 3113 3114 3115 3116 3117 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3112 class ListVirtualNodesOutput < Struct.new( :next_token, :virtual_nodes) SENSITIVE = [] include Aws::Structure end |
#virtual_nodes ⇒ Array<Types::VirtualNodeRef>
The list of existing virtual nodes for the specified service mesh.
3112 3113 3114 3115 3116 3117 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3112 class ListVirtualNodesOutput < Struct.new( :next_token, :virtual_nodes) SENSITIVE = [] include Aws::Structure end |