Class: Aws::MediaConnect::Types::UpdateBridgeOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeOutputResponse
- Defined in:
- gems/aws-sdk-mediaconnect/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.
4546 4547 4548 4549 4550 4551 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4546 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::BridgeOutput
The output that you updated.
4546 4547 4548 4549 4550 4551 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4546 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |