Class: Aws::MediaLive::Types::FixedModeScheduleActionStartSettings

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

Overview

Start time for the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timeString

Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants “T” for time and “Z” for “UTC format”.

Returns:

  • (String)


4610
4611
4612
4613
4614
# File 'lib/aws-sdk-medialive/types.rb', line 4610

class FixedModeScheduleActionStartSettings < Struct.new(
  :time)
  SENSITIVE = []
  include Aws::Structure
end