Class: Aws::MediaConnect::Types::InputConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::InputConfigurationRequest
- Includes:
- Structure
- Defined in:
- 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.
2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2245 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.
2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2245 class InputConfigurationRequest < Struct.new( :input_port, :interface) SENSITIVE = [] include Aws::Structure end |