Class: Aws::MediaConnect::Types::AddBridgeOutputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddBridgeOutputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful AddBridgeOutputs request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
-
#outputs ⇒ Array<Types::BridgeOutput>
The outputs that you added to this bridge.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
159 160 161 162 163 164 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 159 class AddBridgeOutputsResponse < Struct.new( :bridge_arn, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::BridgeOutput>
The outputs that you added to this bridge.
159 160 161 162 163 164 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 159 class AddBridgeOutputsResponse < Struct.new( :bridge_arn, :outputs) SENSITIVE = [] include Aws::Structure end |