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

Class: Aws::Snowball::Types::ListJobsResult

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#job_list_entriesArray<Types::JobListEntry>

Each JobListEntry object contains a job\'s state, a job\'s ID, and a value that indicates whether the job is a job part, in the case of export jobs.

Returns:

  • (Array<Types::JobListEntry>)

    Each JobListEntry object contains a job\'s state, a job\'s ID, and a value that indicates whether the job is a job part, in the case of export jobs.

#next_tokenString

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

Returns:

  • (String)

    HTTP requests are stateless.