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.
1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1491 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.
1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1491 class HarvestJobList < Struct.new( :harvest_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |