Class: Aws::Types::BridgeNetworkSource

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)


300
301
302
# File 'sig/types.rbs', line 300

def multicast_ip
  @multicast_ip
end

#multicast_source_settingsTypes::MulticastSourceSettings

Returns the value of attribute multicast_source_settings.



301
302
303
# File 'sig/types.rbs', line 301

def multicast_source_settings
  @multicast_source_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def name
  @name
end

#network_name::String

Returns the value of attribute network_name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def network_name
  @network_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


304
305
306
# File 'sig/types.rbs', line 304

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")


305
306
307
# File 'sig/types.rbs', line 305

def protocol
  @protocol
end