Class: Aws::MediaLive::Types::FrameCaptureOutputSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FrameCaptureOutputSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Frame Capture Output Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name_modifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required if the output group contains more than one output.
 
Instance Attribute Details
#name_modifier ⇒ String
Required if the output group contains more than one output. This modifier forms part of the output file name.
      4833 4834 4835 4836 4837  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4833 class FrameCaptureOutputSettings < Struct.new( :name_modifier) SENSITIVE = [] include Aws::Structure end  |