Class: Aws::MediaPackageV2::Types::ListHarvestJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

The request object for listing harvest jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_nameString

The name of the channel group to filter the harvest jobs by. If specified, only harvest jobs associated with channels in this group will be returned.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel to filter the harvest jobs by. If specified, only harvest jobs associated with this channel will be returned.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of harvest jobs to return in a single request. If not specified, a default value will be used.

Returns:

  • (Integer)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination. Provide this value in subsequent requests to retrieve the next set of results.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpoint_nameString

The name of the origin endpoint to filter the harvest jobs by. If specified, only harvest jobs associated with this origin endpoint will be returned.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.

Returns:

  • (String)


2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2537

class ListHarvestJobsRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end