Class: Aws::MediaPackage::Types::CreateHarvestJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateHarvestJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #end_time ⇒ String
- #id ⇒ String
- #origin_endpoint_id ⇒ String
-
#s3_destination ⇒ Types::S3Destination
Configuration parameters for where in an S3 bucket to place the harvested content.
- #start_time ⇒ String
Instance Attribute Details
#end_time ⇒ String
414 415 416 417 418 419 420 421 422 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 414 class CreateHarvestJobRequest < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
414 415 416 417 418 419 420 421 422 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 414 class CreateHarvestJobRequest < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#origin_endpoint_id ⇒ String
414 415 416 417 418 419 420 421 422 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 414 class CreateHarvestJobRequest < 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
414 415 416 417 418 419 420 421 422 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 414 class CreateHarvestJobRequest < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
414 415 416 417 418 419 420 421 422 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 414 class CreateHarvestJobRequest < Struct.new( :end_time, :id, :origin_endpoint_id, :s3_destination, :start_time) SENSITIVE = [] include Aws::Structure end |