Class: Aws::MediaConnect::Types::RemoveBridgeOutputRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The Amazon Resource Name (ARN) of the bridge that you want to update.

Returns:

  • (String)


5293
5294
5295
5296
5297
5298
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5293

class RemoveBridgeOutputRequest < Struct.new(
  :bridge_arn,
  :output_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_nameString

The name of the bridge output that you want to remove.

Returns:

  • (String)


5293
5294
5295
5296
5297
5298
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5293

class RemoveBridgeOutputRequest < Struct.new(
  :bridge_arn,
  :output_name)
  SENSITIVE = []
  include Aws::Structure
end