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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

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:



1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1537

class ListJobsOutput < Struct.new(
  :job_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1537

class ListJobsOutput < Struct.new(
  :job_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end