Class: Aws::MediaLive::Types::MediaConnectRouterOutputConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaConnectRouterOutputConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Connection details for a single pipeline of a MediaConnect Router output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#router_input_arn ⇒ String
The ARN of the MediaConnect Router Input connected to this pipeline.
Instance Attribute Details
#router_input_arn ⇒ String
The ARN of the MediaConnect Router Input connected to this pipeline.
23115 23116 23117 23118 23119 |
# File 'lib/aws-sdk-medialive/types.rb', line 23115 class MediaConnectRouterOutputConnection < Struct.new( :router_input_arn) SENSITIVE = [] include Aws::Structure end |