class Aws::SMS::Types::GetServersRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      vm_server_address_list: [
        {
          vm_manager_id: "VmManagerId",
          vm_id: "VmId",
        },
      ],
    }

@!attribute [rw] next_token

The token for the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call. The
default value is 50. To retrieve the remaining results, make another
call with the returned `NextToken` value.
@return [Integer]

@!attribute [rw] vm_server_address_list

The server addresses.
@return [Array<Types::VmServerAddress>]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/GetServersRequest AWS API Documentation

Constants

SENSITIVE