Class: Aws::MediaTailor::Types::UpdateProgramTransition
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateProgramTransition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Program transition configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_millis ⇒ Integer
The duration of the live program in seconds.
-
#scheduled_start_time_millis ⇒ Integer
The date and time that the program is scheduled to start, in epoch milliseconds.
Instance Attribute Details
#duration_millis ⇒ Integer
The duration of the live program in seconds.
4480 4481 4482 4483 4484 4485 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4480 class UpdateProgramTransition < Struct.new( :duration_millis, :scheduled_start_time_millis) SENSITIVE = [] include Aws::Structure end |
#scheduled_start_time_millis ⇒ Integer
The date and time that the program is scheduled to start, in epoch milliseconds.
4480 4481 4482 4483 4484 4485 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4480 class UpdateProgramTransition < Struct.new( :duration_millis, :scheduled_start_time_millis) SENSITIVE = [] include Aws::Structure end |