Class: Aws::Types::UpdateBridgeNetworkSourceRequest

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)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def multicast_ip
  @multicast_ip
end

#multicast_source_settingsTypes::MulticastSourceSettings

Returns the value of attribute multicast_source_settings.



2398
2399
2400
# File 'sig/types.rbs', line 2398

def multicast_source_settings
  @multicast_source_settings
end

#network_name::String

Returns the value of attribute network_name.

Returns:

  • (::String)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def network_name
  @network_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2400
2401
2402
# File 'sig/types.rbs', line 2400

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


2401
2402
2403
# File 'sig/types.rbs', line 2401

def protocol
  @protocol
end