Class: Aws::MediaLive::Types::FixedModeScheduleActionStartSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FixedModeScheduleActionStartSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Start time for the action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Start time for the action to start in the channel.
 
Instance Attribute Details
#time ⇒ String
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”.
      4709 4710 4711 4712 4713  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4709 class FixedModeScheduleActionStartSettings < Struct.new( :time) SENSITIVE = [] include Aws::Structure end  |