You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::ListDevicePoolsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDevicePoolsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the result of a list device pools request.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The project ARN.

Returns:

  • (String)

    The project ARN.

#next_tokenString

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.

Returns:

  • (String)

    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.

#typeString

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.

    Possible values:

    • CURATED
    • PRIVATE

Returns:

  • (String)

    The device pools\' type.