Class: Aws::Types::UpdateBridgeNetworkOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeNetworkOutputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#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.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def ip_address @ip_address end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def network_name @network_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def port @port end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def protocol @protocol end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def ttl @ttl end |