Class: Aws::MediaConnect::Types::DescribeBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeBridgeResponse
- 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 you requested a description of.
Instance Attribute Details
#bridge ⇒ Types::Bridge
The bridge that you requested a description of.
1311 1312 1313 1314 1315 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1311 class DescribeBridgeResponse < Struct.new( :bridge) SENSITIVE = [] include Aws::Structure end |