Class: Aws::Types::NetworkAccessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NetworkAccessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
-
#eni_private_ip_address ⇒ ::String
Returns the value of attribute eni_private_ip_address.
Instance Attribute Details
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def eni_id @eni_id end |
#eni_private_ip_address ⇒ ::String
Returns the value of attribute eni_private_ip_address.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def eni_private_ip_address @eni_private_ip_address end |