Class: Aws::MediaPackageV2::Types::GetHarvestJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::GetHarvestJobRequest
- 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
-
#channel_group_name ⇒ String
The name of the channel group containing the channel associated with the harvest job.
-
#channel_name ⇒ String
The name of the channel associated with the harvest job.
-
#harvest_job_name ⇒ String
The name of the harvest job to retrieve.
-
#origin_endpoint_name ⇒ String
The name of the origin endpoint associated with the harvest job.
Instance Attribute Details
#channel_group_name ⇒ String
The name of the channel group containing the channel associated with the harvest job.
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_name ⇒ String
The name of the channel associated with the harvest job.
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_name ⇒ String
The name of the harvest job to retrieve.
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_name ⇒ String
The name of the origin endpoint associated with the harvest job.
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 |