Class: Aws::Types::ListVirtualNodesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def next_token
  @next_token
end

#virtual_nodes::Array[Types::VirtualNodeRef]

Returns the value of attribute virtual_nodes.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def virtual_nodes
  @virtual_nodes
end