Class: Aws::MediaConnect::Types::FailoverRouterInputIndexedStreamDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FailoverRouterInputIndexedStreamDetails
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration details for an indexed stream in a failover 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 failover configuration.
-
#source_ip_address ⇒ String
The IP address of the source for this indexed stream.
Instance Attribute Details
#source_index ⇒ Integer
The index number (0 or 1) assigned to this source in the failover configuration.
2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2387 class FailoverRouterInputIndexedStreamDetails < 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.
2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2387 class FailoverRouterInputIndexedStreamDetails < Struct.new( :source_index, :source_ip_address) SENSITIVE = [] include Aws::Structure end |