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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


4625
4626
4627
4628
4629
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4625

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