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.
1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1008 class CreateBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |