class Aws::Drs::Types::DescribeSourceServersRequestFilters

A set of filters by which to return Source Servers.

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

data as a hash:

    {
      hardware_id: "BoundedString",
      source_server_i_ds: ["SourceServerID"],
    }

@!attribute [rw] hardware_id

An ID that describes the hardware of the Source Server. This is
either an EC2 instance id, a VMware uuid or a mac address.
@return [String]

@!attribute [rw] source_server_i_ds

An array of Source Servers IDs that should be returned. An empty
array means all Source Servers.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeSourceServersRequestFilters AWS API Documentation

Constants

SENSITIVE