Class: Aws::Types::BridgeNetworkSource
- Inherits:
-
Object
- Object
- Aws::Types::BridgeNetworkSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multicast_ip ⇒ ::String
Returns the value of attribute multicast_ip.
-
#multicast_source_settings ⇒ Types::MulticastSourceSettings
Returns the value of attribute multicast_source_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_name ⇒ ::String
Returns the value of attribute network_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
Instance Attribute Details
#multicast_ip ⇒ ::String
Returns the value of attribute multicast_ip.
300 301 302 |
# File 'sig/types.rbs', line 300 def multicast_ip @multicast_ip end |
#multicast_source_settings ⇒ Types::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.
302 303 304 |
# File 'sig/types.rbs', line 302 def name @name end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def network_name @network_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
304 305 306 |
# File 'sig/types.rbs', line 304 def port @port end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
305 306 307 |
# File 'sig/types.rbs', line 305 def protocol @protocol end |