Class: Aws::MediaPackageV2::Types::CancelHarvestJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::CancelHarvestJobRequest
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_group_name ⇒ String
The name of the channel group containing the channel from which the harvest job is running.
-
#channel_name ⇒ String
The name of the channel from which the harvest job is running.
-
#etag ⇒ String
The current Entity Tag (ETag) associated with the harvest job.
-
#harvest_job_name ⇒ String
The name of the harvest job to cancel.
-
#origin_endpoint_name ⇒ String
The name of the origin endpoint that the harvest job is harvesting from.
Instance Attribute Details
#channel_group_name ⇒ String
The name of the channel group containing the channel from which the harvest job is running.
56 57 58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56 class CancelHarvestJobRequest < Struct.new( :channel_group_name, :channel_name, :origin_endpoint_name, :harvest_job_name, :etag) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel from which the harvest job is running.
56 57 58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56 class CancelHarvestJobRequest < Struct.new( :channel_group_name, :channel_name, :origin_endpoint_name, :harvest_job_name, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.
56 57 58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56 class CancelHarvestJobRequest < Struct.new( :channel_group_name, :channel_name, :origin_endpoint_name, :harvest_job_name, :etag) SENSITIVE = [] include Aws::Structure end |
#harvest_job_name ⇒ String
The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.
56 57 58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56 class CancelHarvestJobRequest < Struct.new( :channel_group_name, :channel_name, :origin_endpoint_name, :harvest_job_name, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_endpoint_name ⇒ String
The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.
56 57 58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 56 class CancelHarvestJobRequest < Struct.new( :channel_group_name, :channel_name, :origin_endpoint_name, :harvest_job_name, :etag) SENSITIVE = [] include Aws::Structure end |