Class: Aws::MediaPackage::Types::ListHarvestJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ListHarvestJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#harvest_jobs ⇒ Array<Types::HarvestJob>
1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1603 class ListHarvestJobsResponse < Struct.new( :harvest_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1603 1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1603 class ListHarvestJobsResponse < Struct.new( :harvest_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |