Class: Aws::MediaLive::Types::StaticImageOutputDeactivateScheduleActionSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::StaticImageOutputDeactivateScheduleActionSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Settings for the action to deactivate the image in a specific layer.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fade_out  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time in milliseconds for the image to fade out.
 - 
  
    
      #layer  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The image overlay layer to deactivate, 0 to 7.
 - 
  
    
      #output_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name(s) of the output(s) the deactivation should apply to.
 
Instance Attribute Details
#fade_out ⇒ Integer
The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
      11853 11854 11855 11856 11857 11858 11859  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11853 class StaticImageOutputDeactivateScheduleActionSettings < Struct.new( :fade_out, :layer, :output_names) SENSITIVE = [] include Aws::Structure end  | 
  
#layer ⇒ Integer
The image overlay layer to deactivate, 0 to 7. Default is 0.
      11853 11854 11855 11856 11857 11858 11859  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11853 class StaticImageOutputDeactivateScheduleActionSettings < Struct.new( :fade_out, :layer, :output_names) SENSITIVE = [] include Aws::Structure end  | 
  
#output_names ⇒ Array<String>
The name(s) of the output(s) the deactivation should apply to.
      11853 11854 11855 11856 11857 11858 11859  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11853 class StaticImageOutputDeactivateScheduleActionSettings < Struct.new( :fade_out, :layer, :output_names) SENSITIVE = [] include Aws::Structure end  |