Class: Aws::MediaConnect::Types::NdiSourceSettings

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

Overview

The settings for the NDIĀ® source. This includes the exact name of the upstream NDI sender that you want to connect to your source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_nameString

The exact name of an existing NDI sender that's registered with your discovery server. If included, the format of this name must be MACHINENAME (ProgramName).

Returns:

  • (String)


5168
5169
5170
5171
5172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5168

class NdiSourceSettings < Struct.new(
  :source_name)
  SENSITIVE = []
  include Aws::Structure
end