Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def network_interface_id @network_interface_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def subnet_id @subnet_id end |