class Aws::DeviceFarm::Types::ListDevicePoolsRequest

Represents the result of a list device pools request.

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

data as a hash:

    {
      arn: "AmazonResourceName", # required
      type: "CURATED", # accepts CURATED, PRIVATE
      next_token: "PaginationToken",
    }

@!attribute [rw] arn

The project ARN.
@return [String]

@!attribute [rw] type

The device pools' type.

Allowed values include:

* CURATED: A device pool that is created and managed by AWS Device
  Farm.

* PRIVATE: A device pool that is created and managed by the device
  pool developer.
@return [String]

@!attribute [rw] next_token

An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in the
list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListDevicePoolsRequest AWS API Documentation

Constants

SENSITIVE