Class: Aws::Types::AddBridgeNetworkSourceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multicast_ip::String

Returns the value of attribute multicast_ip.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def multicast_ip
  @multicast_ip
end

#multicast_source_settingsTypes::MulticastSourceSettings

Returns the value of attribute multicast_source_settings.



30
31
32
# File 'sig/types.rbs', line 30

def multicast_source_settings
  @multicast_source_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def name
  @name
end

#network_name::String

Returns the value of attribute network_name.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def network_name
  @network_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


33
34
35
# File 'sig/types.rbs', line 33

def port
  @port
end

#protocol"zixi-push", ...

Returns the value of attribute protocol.

Returns:

  • ("zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq")


34
35
36
# File 'sig/types.rbs', line 34

def protocol
  @protocol
end