Class: Aws::MediaConnect::Types::UpdateBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge ⇒ Types::Bridge
The bridge that was updated.
Instance Attribute Details
#bridge ⇒ Types::Bridge
The bridge that was updated.
4799 4800 4801 4802 4803 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4799 class UpdateBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |