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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4913

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

#sourceTypes::BridgeSource

The updated bridge source.

Returns:



4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4913

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