Class: Aws::MediaPackage::Types::ListHarvestJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ListHarvestJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#include_channel_id ⇒ String
1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1586 class ListHarvestJobsRequest < Struct.new( :include_channel_id, :include_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#include_status ⇒ String
1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1586 class ListHarvestJobsRequest < Struct.new( :include_channel_id, :include_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1586 class ListHarvestJobsRequest < Struct.new( :include_channel_id, :include_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1586 class ListHarvestJobsRequest < Struct.new( :include_channel_id, :include_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |