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_ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute eni_ipv_6_addresses.
-
#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.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def eni_id @eni_id end |
#eni_ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute eni_ipv_6_addresses.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def eni_ipv_6_addresses @eni_ipv_6_addresses end |
#eni_private_ip_address ⇒ ::String
Returns the value of attribute eni_private_ip_address.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def eni_private_ip_address @eni_private_ip_address end |