Class: Aws::KinesisVideo::Types::UploaderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UploaderConfig
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
The configuration that consists of the ScheduleExpression and the
DurationInMinutes details that specify the scheduling to record from
a camera, or local media file, onto the Edge Agent. If the
ScheduleConfig is not provided in the UploaderConfig, then the
Edge Agent will upload at regular intervals (every 1 hour).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_config ⇒ Types::ScheduleConfig
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.
Instance Attribute Details
#schedule_config ⇒ Types::ScheduleConfig
The configuration that consists of the ScheduleExpression and the
DurationInMinutes details that specify the scheduling to record
from a camera, or local media file, onto the Edge Agent. If the
ScheduleConfig is not provided in this UploaderConfig, then the
Edge Agent will upload at regular intervals (every 1 hour).
2286 2287 2288 2289 2290 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2286 class UploaderConfig < Struct.new( :schedule_config) SENSITIVE = [] include Aws::Structure end |