Class: Aws::MediaConnect::Types::RemoveBridgeOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveBridgeOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Name (ARN) of the bridge that you want to update.
-
#output_name ⇒ String
The name of the bridge output that you want to remove.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Name (ARN) of the bridge that you want to update.
3620 3621 3622 3623 3624 3625 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3620 class RemoveBridgeOutputRequest < Struct.new( :bridge_arn, :output_name) SENSITIVE = [] include Aws::Structure end |
#output_name ⇒ String
The name of the bridge output that you want to remove.
3620 3621 3622 3623 3624 3625 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3620 class RemoveBridgeOutputRequest < Struct.new( :bridge_arn, :output_name) SENSITIVE = [] include Aws::Structure end |