Class: Aws::Types::AddBridgeNetworkSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeNetworkSourceRequest
- 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.
29 30 31 |
# File 'sig/types.rbs', line 29 def multicast_ip @multicast_ip end |
#multicast_source_settings ⇒ Types::MulticastSourceSettings
Returns the value of attribute multicast_source_settings.
30 31 32 |
# File 'sig/types.rbs', line 30 def multicast_source_settings @multicast_source_settings end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def network_name @network_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
33 34 35 |
# File 'sig/types.rbs', line 33 def port @port end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
34 35 36 |
# File 'sig/types.rbs', line 34 def protocol @protocol end |