Class: Aws::MediaLive::Types::MediaConnectRouterOutputConnectionMap

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pipeline_0String

The ARN of the MediaConnect Router Input connected to pipeline 0.

Returns:

  • (String)


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_1String

The ARN of the MediaConnect Router Input connected to pipeline 1.

Returns:

  • (String)


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