Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
-
#private_ipv_4_address ⇒ ::String
Returns the value of attribute private_ipv_4_address.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def @attachment_id end |
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def ipv6_address @ipv6_address end |
#private_ipv_4_address ⇒ ::String
Returns the value of attribute private_ipv_4_address.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def private_ipv_4_address @private_ipv_4_address end |