Class: Aws::MediaConnect::Types::UpdateBridgeSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update the bridge source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #bridge_arn ⇒ String
-
#flow_source ⇒ Types::UpdateBridgeFlowSourceRequest
Update the flow source of the bridge.
-
#network_source ⇒ Types::UpdateBridgeNetworkSourceRequest
Update the network source of the bridge.
- #source_name ⇒ String
Instance Attribute Details
#bridge_arn ⇒ String
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4496 class UpdateBridgeSourceRequest < Struct.new( :bridge_arn, :flow_source, :network_source, :source_name) SENSITIVE = [] include Aws::Structure end |
#flow_source ⇒ Types::UpdateBridgeFlowSourceRequest
Update the flow source of the bridge.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4496 class UpdateBridgeSourceRequest < Struct.new( :bridge_arn, :flow_source, :network_source, :source_name) SENSITIVE = [] include Aws::Structure end |
#network_source ⇒ Types::UpdateBridgeNetworkSourceRequest
Update the network source of the bridge.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4496 class UpdateBridgeSourceRequest < Struct.new( :bridge_arn, :flow_source, :network_source, :source_name) SENSITIVE = [] include Aws::Structure end |
#source_name ⇒ String
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4496 class UpdateBridgeSourceRequest < Struct.new( :bridge_arn, :flow_source, :network_source, :source_name) SENSITIVE = [] include Aws::Structure end |