Class: Aws::MediaConnect::Types::MergeRouterInputIndexedStreamDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_indexInteger

The index number (0 or 1) assigned to this source in the merge configuration.

Returns:

  • (Integer)


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_addressString

The IP address of the source for this indexed stream in the merge setup.

Returns:

  • (String)


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