Class: Aws::MediaConnect::Types::CreateBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateBridgeResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-mediaconnect/types.rb', line 1204 class CreateBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |