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

Class: Aws::DeviceFarm::Types::ListJobsResult

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

Overview

Represents the result of a list jobs request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

Information about the jobs.

Returns:

  • (Array<Types::Job>)

    Information about the jobs.

#next_tokenString

If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

Returns:

  • (String)

    If the number of items that are returned is significantly large, this is an identifier that is also returned.