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.
1116 1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1116 class BridgeSource < Struct.new( :flow_source, :network_source) SENSITIVE = [] include Aws::Structure end |