Class: Aws::MediaConnect::Types::FailoverRouterInputStreamDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FailoverRouterInputStreamDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configuration details for a failover router input that can automatically switch between two sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_index_one_stream_details ⇒ Types::FailoverRouterInputIndexedStreamDetails
Configuration details for the secondary source (index 1) in the failover setup.
-
#source_index_zero_stream_details ⇒ Types::FailoverRouterInputIndexedStreamDetails
Configuration details for the primary source (index 0) in the failover setup.
Instance Attribute Details
#source_index_one_stream_details ⇒ Types::FailoverRouterInputIndexedStreamDetails
Configuration details for the secondary source (index 1) in the failover setup.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2459 class FailoverRouterInputStreamDetails < Struct.new( :source_index_zero_stream_details, :source_index_one_stream_details) SENSITIVE = [] include Aws::Structure end |
#source_index_zero_stream_details ⇒ Types::FailoverRouterInputIndexedStreamDetails
Configuration details for the primary source (index 0) in the failover setup.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2459 class FailoverRouterInputStreamDetails < Struct.new( :source_index_zero_stream_details, :source_index_one_stream_details) SENSITIVE = [] include Aws::Structure end |