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

Class: Aws::DeviceFarm::Types::ListTestGridProjectsRequest

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

Overview

Note:

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

{
  max_result: 1,
  next_token: "PaginationToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultInteger

Return no more than this number of results.

Returns:

  • (Integer)

    Return no more than this number of results.

#next_tokenString

From a response, used to continue a paginated listing.

Returns:

  • (String)

    From a response, used to continue a paginated listing.