Class: Aws::MediaPackage::Types::HarvestJobCreateParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::HarvestJobCreateParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configuration parameters for a new HarvestJob
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
The end of the time-window which will be harvested.
-
#id ⇒ String
The ID of the HarvestJob.
-
#origin_endpoint_id ⇒ String
The ID of the OriginEndpoint that the HarvestJob will harvest from.
-
#s3_destination ⇒ Types::S3Destination
Configuration parameters for where in an S3 bucket to place the harvested content.
-
#start_time ⇒ String
The start of the time-window which will be harvested.
Instance Attribute Details
#end_time ⇒ String
The end of the time-window which will be harvested
1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1144 class HarvestJobCreateParameters < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted
1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1144 class HarvestJobCreateParameters < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#origin_endpoint_id ⇒ String
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1144 class HarvestJobCreateParameters < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::S3Destination
Configuration parameters for where in an S3 bucket to place the harvested content
1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1144 class HarvestJobCreateParameters < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The start of the time-window which will be harvested
1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1144 class HarvestJobCreateParameters < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |