Class: Aws::MediaConnect::Types::DeleteBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteBridgeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The ARN of the deleted bridge.
Instance Attribute Details
#bridge_arn ⇒ String
The ARN of the deleted bridge.
1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1196 class DeleteBridgeResponse < Struct.new( :bridge_arn) SENSITIVE = [] include Aws::Structure end |