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)


159
160
161
162
163
164
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 159

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

#outputsArray<Types::BridgeOutput>

The outputs that you added to this bridge.

Returns:



159
160
161
162
163
164
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 159

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