Class: Aws::MediaPackage::Types::HarvestJobList

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackage/types.rb

Overview

A collection of HarvestJob records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#harvest_jobsArray<Types::HarvestJob>

A list of HarvestJob records.

Returns:



1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-mediapackage/types.rb', line 1167

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

#next_tokenString

A token that can be used to resume pagination from the end of the collection.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-mediapackage/types.rb', line 1167

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