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

Class: Aws::Glacier::Types::ListJobsOutput

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

Overview

Contains the Amazon S3 Glacier response to your request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#job_listArray<Types::GlacierJobDescription>

A list of job objects. Each job object contains metadata describing the job.

Returns:

#markerString

An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.

Returns:

  • (String)

    An opaque string used for pagination that specifies the job at which the listing of jobs should begin.