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)


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_nameString

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

Returns:

  • (String)


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