Class: Aws::KinesisVideo::Types::UploaderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UploaderConfig
- Includes:
- Structure
- Defined in:
- 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 ‘ScheduleExpression` and the `DurationInMinutes` details 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).
2153 2154 2155 2156 2157 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2153 class UploaderConfig < Struct.new( :schedule_config) SENSITIVE = [] include Aws::Structure end |