Class: Aws::MediaLive::Types::MaintenanceUpdateSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MaintenanceUpdateSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #maintenance_day  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Choose one day of the week for maintenance.
 - 
  
    
      #maintenance_scheduled_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Choose a specific date for maintenance to occur.
 - 
  
    
      #maintenance_start_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Choose the hour that maintenance will start.
 
Instance Attribute Details
#maintenance_day ⇒ String
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
      8811 8812 8813 8814 8815 8816 8817  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8811 class MaintenanceUpdateSettings < Struct.new( :maintenance_day, :maintenance_scheduled_date, :maintenance_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_scheduled_date ⇒ String
Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
      8811 8812 8813 8814 8815 8816 8817  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8811 class MaintenanceUpdateSettings < Struct.new( :maintenance_day, :maintenance_scheduled_date, :maintenance_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_start_time ⇒ String
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
      8811 8812 8813 8814 8815 8816 8817  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8811 class MaintenanceUpdateSettings < Struct.new( :maintenance_day, :maintenance_scheduled_date, :maintenance_start_time) SENSITIVE = [] include Aws::Structure end  |