Class: Aws::MediaConnect::Types::BridgeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeOutput
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The output of the bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_output ⇒ Types::BridgeFlowOutput
The output of the bridge.
-
#network_output ⇒ Types::BridgeNetworkOutput
The output of the bridge.
Instance Attribute Details
#flow_output ⇒ Types::BridgeFlowOutput
The output of the bridge. A flow output is delivered to the AWS cloud.
812 813 814 815 816 817 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 812 class BridgeOutput < Struct.new( :flow_output, :network_output) SENSITIVE = [] include Aws::Structure end |
#network_output ⇒ Types::BridgeNetworkOutput
The output of the bridge. A network output is delivered to your premises.
812 813 814 815 816 817 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 812 class BridgeOutput < Struct.new( :flow_output, :network_output) SENSITIVE = [] include Aws::Structure end |