Class: Aws::S3Control::Types::ListJobsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::JobListDescriptor>

The list of current jobs and jobs that have ended within the last 30 days.

Returns:



4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4920

class ListJobsResult < Struct.new(
  :next_token,
  :jobs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.

Returns:

  • (String)


4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4920

class ListJobsResult < Struct.new(
  :next_token,
  :jobs)
  SENSITIVE = []
  include Aws::Structure
end