Class: Aws::AppMesh::Types::ListVirtualNodesOutput

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_nodesArray<Types::VirtualNodeRef>

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

Returns:



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