Class: Aws::MediaConnect::Types::MergeRouterInputIndexedStreamDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MergeRouterInputIndexedStreamDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration details for an indexed stream in a merge router input setup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_index ⇒ Integer
The index number (0 or 1) assigned to this source in the merge configuration.
-
#source_ip_address ⇒ String
The IP address of the source for this indexed stream in the merge setup.
Instance Attribute Details
#source_index ⇒ Integer
The index number (0 or 1) assigned to this source in the merge configuration.
4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4777 class MergeRouterInputIndexedStreamDetails < Struct.new( :source_index, :source_ip_address) SENSITIVE = [] include Aws::Structure end |
#source_ip_address ⇒ String
The IP address of the source for this indexed stream in the merge setup.
4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4777 class MergeRouterInputIndexedStreamDetails < Struct.new( :source_index, :source_ip_address) SENSITIVE = [] include Aws::Structure end |