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)


8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8372

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

#outputTypes::BridgeOutput

The bridge output that was updated.

Returns:



8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8372

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