Class: Aws::BackupGateway::Types::ListVirtualMachinesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The next item following a partial list of returned resources. For example, if a request is made to return ‘maxResults` number of resources, `NextToken` allows you to return more items in your list starting at the location pointed to by the next token.

Returns:

  • (String)


818
819
820
821
822
823
# File 'lib/aws-sdk-backupgateway/types.rb', line 818

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

#virtual_machinesArray<Types::VirtualMachine>

A list of your ‘VirtualMachine` objects, ordered by their Amazon Resource Names (ARNs).

Returns:



818
819
820
821
822
823
# File 'lib/aws-sdk-backupgateway/types.rb', line 818

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