Class: Aws::MediaConnect::Types::DescribeBridgeResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bridgeTypes::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.

Returns:



1222
1223
1224
1225
1226
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1222

class DescribeBridgeResponse < Struct.new(
  :bridge)
  SENSITIVE = []
  include Aws::Structure
end