Class: Aws::MediaPackageV2::Types::ListHarvestJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListHarvestJobsResponse
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
The response object containing the list of harvest jobs that match the specified criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::HarvestJob>
An array of harvest job objects that match the specified criteria.
-
#next_token ⇒ String
A token used for pagination.
Instance Attribute Details
#items ⇒ Array<Types::HarvestJob>
An array of harvest job objects that match the specified criteria.
3030 3031 3032 3033 3034 3035 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3030 class ListHarvestJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination. Include this value in subsequent requests to retrieve the next set of results. If null, there are no more results to retrieve.
3030 3031 3032 3033 3034 3035 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3030 class ListHarvestJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |