Class: Aws::MediaPackageV2::Types::HarvesterScheduleConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

Defines the schedule configuration for a harvest job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for the harvest job.

Returns:

  • (Time)


3000
3001
3002
3003
3004
3005
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3000

class HarvesterScheduleConfiguration < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time for the harvest job.

Returns:

  • (Time)


3000
3001
3002
3003
3004
3005
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3000

class HarvesterScheduleConfiguration < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end