Class: Aws::MediaLive::Types::MediaConnectRouterOutputConnectionMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaConnectRouterOutputConnectionMap
- Defined in:
- gems/aws-sdk-medialive/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.
23044 23045 23046 23047 23048 23049 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23044 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.
23044 23045 23046 23047 23048 23049 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23044 class MediaConnectRouterOutputConnectionMap < Struct.new( :pipeline_0, :pipeline_1) SENSITIVE = [] include Aws::Structure end |