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.
4517 4518 4519 4520 4521 4522 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4517 class UpdateBridgeSourceResponse < Struct.new( :bridge_arn, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::BridgeSource
The bridge’s source.
4517 4518 4519 4520 4521 4522 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4517 class UpdateBridgeSourceResponse < Struct.new( :bridge_arn, :source) SENSITIVE = [] include Aws::Structure end |