Class: Aws::MediaConnect::Types::UpdateBridgeSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateBridgeSource request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
-
#source ⇒ Types::BridgeSource
The bridge’s source.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4634 class UpdateBridgeSourceResponse < Struct.new( :bridge_arn, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::BridgeSource
The bridge’s source.
4634 4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4634 class UpdateBridgeSourceResponse < Struct.new( :bridge_arn, :source) SENSITIVE = [] include Aws::Structure end |