Class: Aws::MediaConnect::Types::CreateBridgeResponse

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

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:



929
930
931
932
933
# File 'lib/aws-sdk-mediaconnect/types.rb', line 929

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