Class: Aws::Types::BridgeNetworkOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def ip_address
  @ip_address
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def name
  @name
end

#network_name::String

Returns the value of attribute network_name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def network_name
  @network_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


293
294
295
# File 'sig/types.rbs', line 293

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


294
295
296
# File 'sig/types.rbs', line 294

def protocol
  @protocol
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def ttl
  @ttl
end