Class: Aws::MediaConnect::Types::UpdateBridgeOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateBridgeOutput request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
-
#output ⇒ Types::BridgeOutput
The output that you updated.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
4429 4430 4431 4432 4433 4434 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4429 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::BridgeOutput
The output that you updated.
4429 4430 4431 4432 4433 4434 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4429 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |