Class: Aws::MediaLive::Types::InputSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The settings for a PULL type input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #password_param  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key used to extract the password from EC2 Parameter store.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This represents the customer’s source URL where stream is pulled from.
 - 
  
    
      #username  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The username for the input source.
 
Instance Attribute Details
#password_param ⇒ String
The key used to extract the password from EC2 Parameter store.
      7524 7525 7526 7527 7528 7529 7530  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7524 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
This represents the customer’s source URL where stream is pulled from.
      7524 7525 7526 7527 7528 7529 7530  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7524 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end  | 
  
#username ⇒ String
The username for the input source.
      7524 7525 7526 7527 7528 7529 7530  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7524 class InputSource < Struct.new( :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end  |