Class: Aws::MediaConnect::Types::NdiSourceInfo

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

Overview

Information about a single NDIĀ® sender, including its name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_nameString

The name of the upstream NDI sender.

Returns:

  • (String)


5115
5116
5117
5118
5119
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5115

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