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.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def availability_zone @availability_zone end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def ipv_6_address @ipv_6_address end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def subnet_id @subnet_id end |