Class: Aws::MediaConnect::Types::CreateBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateBridgeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful CreateBridge request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge ⇒ Types::Bridge
A Bridge is the connection between your data center’s Instances and the AWS cloud.
Instance Attribute Details
#bridge ⇒ Types::Bridge
A Bridge is the connection between your data center’s Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your data center or from your data center to the AWS cloud.
929 930 931 932 933 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 929 class CreateBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |