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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

The end time for the harvest job.

Returns:

  • (Time)


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_timeTime

The start time for the harvest job.

Returns:

  • (Time)


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