class Aws::DeviceFarm::Types::ListProjectsRequest

Represents a request to the list projects operation.

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

data as a hash:

    {
      arn: "AmazonResourceName",
      next_token: "PaginationToken",
    }

@!attribute [rw] arn

Optional. If no Amazon Resource Name (ARN) is specified, then AWS
Device Farm returns a list of all projects for the AWS account. You
can also specify a project ARN.
@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/ListProjectsRequest AWS API Documentation

Constants

SENSITIVE