Class: Aws::MediaPackageV2::Types::HarvesterScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::HarvesterScheduleConfiguration
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Defines the schedule configuration for a harvest job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time for the harvest job.
-
#start_time ⇒ Time
The start time for the harvest job.
Instance Attribute Details
#end_time ⇒ Time
The end time for the harvest job.
2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2345 class HarvesterScheduleConfiguration < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time for the harvest job.
2345 2346 2347 2348 2349 2350 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2345 class HarvesterScheduleConfiguration < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |