Method: Aws::MediaConnect::Types::BridgeSource#flow_source
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
#flow_source ⇒ Types::BridgeFlowSource
The source of the associated flow.
909 910 911 912 913 914 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 909 class BridgeSource < Struct.new( :flow_source, :network_source) SENSITIVE = [] include Aws::Structure end |