Class: Aws::MediaPackage::Types::HarvestJobList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::HarvestJobList
- Defined in:
- gems/aws-sdk-mediapackage/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.
1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1165 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.
1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1165 class HarvestJobList < Struct.new( :harvest_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |