Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def availability_zone @availability_zone end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def ipv_6_address @ipv_6_address end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def subnet_id @subnet_id end |