Class: Aws::MediaConnect::Types::InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::InputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The transport parameters that are associated with an incoming media stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_ip ⇒ String
The IP address that the flow listens on for incoming content for a media stream.
-
#input_port ⇒ Integer
The port that the flow listens on for an incoming media stream.
-
#interface ⇒ Types::Interface
The VPC interface where the media stream comes in from.
Instance Attribute Details
#input_ip ⇒ String
The IP address that the flow listens on for incoming content for a media stream.
2222 2223 2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2222 class InputConfiguration < Struct.new( :input_ip, :input_port, :interface) SENSITIVE = [] include Aws::Structure end |
#input_port ⇒ Integer
The port that the flow listens on for an incoming media stream.
2222 2223 2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2222 class InputConfiguration < Struct.new( :input_ip, :input_port, :interface) SENSITIVE = [] include Aws::Structure end |
#interface ⇒ Types::Interface
The VPC interface where the media stream comes in from.
2222 2223 2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2222 class InputConfiguration < Struct.new( :input_ip, :input_port, :interface) SENSITIVE = [] include Aws::Structure end |