Class: Aws::MediaConnect::Types::DescribeBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeBridgeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DescribeBridge 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.
1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1222 class DescribeBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |