Class: Aws::MediaConnect::Types::AddBridgeOutputsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

The result of a successful AddBridgeOutputs request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The Amazon Resource Number (ARN) of the bridge.

Returns:

  • (String)


164
165
166
167
168
169
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 164

class AddBridgeOutputsResponse < Struct.new(
  :bridge_arn,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::BridgeOutput>

The outputs that you added to this bridge.

Returns:



164
165
166
167
168
169
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 164

class AddBridgeOutputsResponse < Struct.new(
  :bridge_arn,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end