Class: Aws::Types::NetworkInfo
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interface_name ⇒ ::String
Returns the value of attribute interface_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#net_mask ⇒ ::String
Returns the value of attribute net_mask.
Instance Attribute Details
#interface_name ⇒ ::String
Returns the value of attribute interface_name.
484 485 486 |
# File 'sig/types.rbs', line 484 def interface_name @interface_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
485 486 487 |
# File 'sig/types.rbs', line 485 def ip_address @ip_address end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
486 487 488 |
# File 'sig/types.rbs', line 486 def mac_address @mac_address end |
#net_mask ⇒ ::String
Returns the value of attribute net_mask.
487 488 489 |
# File 'sig/types.rbs', line 487 def net_mask @net_mask end |