Class: Aws::MediaPackage::Types::ListHarvestJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_channel_idString

Returns:

  • (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_statusString

Returns:

  • (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_resultsInteger

Returns:

  • (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_tokenString

Returns:

  • (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