Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
Instance Attribute Details
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def ipv_4_address @ipv_4_address end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def ipv_6_address @ipv_6_address end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def mac_address @mac_address end |