Class: Aws::Types::UpdateBridgeNetworkSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeNetworkSourceRequest
- 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.
-
#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.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def multicast_ip @multicast_ip end |
#multicast_source_settings ⇒ Types::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.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def network_name @network_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def port @port end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def protocol @protocol end |