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

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 ARN of the bridge that was updated.

Returns:

  • (String)


8456
8457
8458
8459
8460
8461
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8456

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

#outputTypes::BridgeOutput

The bridge output that was updated.

Returns:



8456
8457
8458
8459
8460
8461
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8456

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