Class: Aws::MediaConnect::Types::CreateBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateBridgeResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge ⇒ Types::Bridge
The name of the bridge that was created.
Instance Attribute Details
#bridge ⇒ Types::Bridge
The name of the bridge that was created.
1204 1205 1206 1207 1208 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1204 class CreateBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |