Class: Aws::MediaPackage::Types::HarvestJobList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::HarvestJobList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A collection of HarvestJob records.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#harvest_jobs ⇒ Array<Types::HarvestJob>
A list of HarvestJob records.
-
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
Instance Attribute Details
#harvest_jobs ⇒ Array<Types::HarvestJob>
A list of HarvestJob records.
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_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
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 |