Class: Aws::MediaLive::Types::MediaConnectRouterOutputConnectionMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaConnectRouterOutputConnectionMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Map of MediaLive pipeline IDs to the ARNs of the MediaConnect Router Inputs to which this Output is connected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_0 ⇒ String
The ARN of the MediaConnect Router Input connected to pipeline 0.
-
#pipeline_1 ⇒ String
The ARN of the MediaConnect Router Input connected to pipeline 1.
Instance Attribute Details
#pipeline_0 ⇒ String
The ARN of the MediaConnect Router Input connected to pipeline 0.
23051 23052 23053 23054 23055 23056 |
# File 'lib/aws-sdk-medialive/types.rb', line 23051 class MediaConnectRouterOutputConnectionMap < Struct.new( :pipeline_0, :pipeline_1) SENSITIVE = [] include Aws::Structure end |
#pipeline_1 ⇒ String
The ARN of the MediaConnect Router Input connected to pipeline 1.
23051 23052 23053 23054 23055 23056 |
# File 'lib/aws-sdk-medialive/types.rb', line 23051 class MediaConnectRouterOutputConnectionMap < Struct.new( :pipeline_0, :pipeline_1) SENSITIVE = [] include Aws::Structure end |