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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The ARN of the bridge that was updated.
-
#output ⇒ Types::BridgeOutput
The bridge output that was updated.
Instance Attribute Details
#bridge_arn ⇒ String
The ARN of the bridge that was updated.
4827 4828 4829 4830 4831 4832 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4827 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::BridgeOutput
The bridge output that was updated.
4827 4828 4829 4830 4831 4832 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4827 class UpdateBridgeOutputResponse < Struct.new( :bridge_arn, :output) SENSITIVE = [] include Aws::Structure end |