Class: Aws::Types::AddBridgeNetworkOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddBridgeNetworkOutputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#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.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
19 20 21 |
# File 'sig/types.rbs', line 19 def ip_address @ip_address end |
#name ⇒ ::String
Returns the value of attribute name.
20 21 22 |
# File 'sig/types.rbs', line 20 def name @name end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
21 22 23 |
# File 'sig/types.rbs', line 21 def network_name @network_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
22 23 24 |
# File 'sig/types.rbs', line 22 def port @port end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
23 24 25 |
# File 'sig/types.rbs', line 23 def protocol @protocol end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
24 25 26 |
# File 'sig/types.rbs', line 24 def ttl @ttl end |