You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FixedModeScheduleActionStartSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  time: "__string", # required
}

Start time for the action.

Returned by:

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)

    Start time for the action to start in the channel.