Class: Aws::MediaPackageV2::Types::GetHarvestJobRequest

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

Overview

The request object for retrieving a specific harvest job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_nameString

The name of the channel group containing the channel associated with the harvest job.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1753

class GetHarvestJobRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :harvest_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel associated with the harvest job.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1753

class GetHarvestJobRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :harvest_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#harvest_job_nameString

The name of the harvest job to retrieve.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1753

class GetHarvestJobRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :harvest_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpoint_nameString

The name of the origin endpoint associated with the harvest job.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1753

class GetHarvestJobRequest < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :harvest_job_name)
  SENSITIVE = []
  include Aws::Structure
end