Class: Aws::MediaConnect::Types::UpdateBridgeSourceResponse

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 updated bridge source.

Returns:

  • (String)


8250
8251
8252
8253
8254
8255
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8250

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

#sourceTypes::BridgeSource

The updated bridge source.

Returns:



8250
8251
8252
8253
8254
8255
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8250

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