Class: Aws::MediaConnect::Types::InputConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaConnect::Types::InputConfigurationRequest
 
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The transport parameters that you want to associate with an incoming media stream.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #input_port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The port that you want the flow to listen on for an incoming media stream. 
- 
  
    
      #interface  ⇒ Types::InterfaceRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The VPC interface that you want to use for the incoming media stream. 
Instance Attribute Details
#input_port ⇒ Integer
The port that you want the flow to listen on for an incoming media stream.
| 2375 2376 2377 2378 2379 2380 | # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2375 class InputConfigurationRequest < Struct.new( :input_port, :interface) SENSITIVE = [] include Aws::Structure end | 
#interface ⇒ Types::InterfaceRequest
The VPC interface that you want to use for the incoming media stream.
| 2375 2376 2377 2378 2379 2380 | # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2375 class InputConfigurationRequest < Struct.new( :input_port, :interface) SENSITIVE = [] include Aws::Structure end |