class Aws::BackupGateway::Types::ListVirtualMachinesInput

@note When making an API call, you may pass ListVirtualMachinesInput

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] max_results

The maximum number of virtual machines to list.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/ListVirtualMachinesInput AWS API Documentation

Constants

SENSITIVE