Class: Aws::MediaConnect::Types::UpdateBridgeOutputResponse

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

Overview

The result of a successful UpdateBridgeOutput request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The Amazon Resource Number (ARN) of the bridge.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4429

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

#outputTypes::BridgeOutput

The output that you updated.

Returns:



4429
4430
4431
4432
4433
4434
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4429

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