Class: Aws::MediaConnect::Types::BridgeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeSource
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The bridge's source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_source ⇒ Types::BridgeFlowSource
The source of the bridge.
-
#network_source ⇒ Types::BridgeNetworkSource
The source of the bridge.
Instance Attribute Details
#flow_source ⇒ Types::BridgeFlowSource
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
833 834 835 836 837 838 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 833 class BridgeSource < Struct.new( :flow_source, :network_source) SENSITIVE = [] include Aws::Structure end |
#network_source ⇒ Types::BridgeNetworkSource
The source of the bridge. A network source originates at your premises.
833 834 835 836 837 838 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 833 class BridgeSource < Struct.new( :flow_source, :network_source) SENSITIVE = [] include Aws::Structure end |