Class: Aws::MediaLive::Types::InputAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #automatic_input_failover_settings  ⇒ Types::AutomaticInputFailoverSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
 - 
  
    
      #input_attachment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
User-specified name for the attachment.
 - 
  
    
      #input_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the input.
 - 
  
    
      #input_settings  ⇒ Types::InputSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Settings of an input (caption selector, etc.).
 - 
  
    
      #logical_interface_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional assignment of an input to a logical interface on the Node.
 
Instance Attribute Details
#automatic_input_failover_settings ⇒ Types::AutomaticInputFailoverSettings
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
      6566 6567 6568 6569 6570 6571 6572 6573 6574  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputAttachment < Struct.new( :automatic_input_failover_settings, :input_attachment_name, :input_id, :input_settings, :logical_interface_names) SENSITIVE = [] include Aws::Structure end  | 
  
#input_attachment_name ⇒ String
User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.
      6566 6567 6568 6569 6570 6571 6572 6573 6574  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputAttachment < Struct.new( :automatic_input_failover_settings, :input_attachment_name, :input_id, :input_settings, :logical_interface_names) SENSITIVE = [] include Aws::Structure end  | 
  
#input_id ⇒ String
The ID of the input
      6566 6567 6568 6569 6570 6571 6572 6573 6574  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputAttachment < Struct.new( :automatic_input_failover_settings, :input_attachment_name, :input_id, :input_settings, :logical_interface_names) SENSITIVE = [] include Aws::Structure end  | 
  
#input_settings ⇒ Types::InputSettings
Settings of an input (caption selector, etc.)
      6566 6567 6568 6569 6570 6571 6572 6573 6574  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputAttachment < Struct.new( :automatic_input_failover_settings, :input_attachment_name, :input_id, :input_settings, :logical_interface_names) SENSITIVE = [] include Aws::Structure end  | 
  
#logical_interface_names ⇒ Array<String>
Optional assignment of an input to a logical interface on the Node. Only applies to on premises channels.
      6566 6567 6568 6569 6570 6571 6572 6573 6574  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6566 class InputAttachment < Struct.new( :automatic_input_failover_settings, :input_attachment_name, :input_id, :input_settings, :logical_interface_names) SENSITIVE = [] include Aws::Structure end  |