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

Class: Aws::Amplify::Types::ListJobsResult

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

Overview

The maximum number of records to list in a single response.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#job_summariesArray<Types::JobSummary>

The result structure for the list job result request.

Returns:

  • (Array<Types::JobSummary>)

    The result structure for the list job result request.

#next_tokenString

A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

Returns:

  • (String)

    A pagination token.