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.
-
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_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.
728 729 730 |
# File 'sig/types.rbs', line 728 def availability_zone @availability_zone end |
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
729 730 731 |
# File 'sig/types.rbs', line 729 def ipv6_address @ipv6_address end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
731 732 733 |
# File 'sig/types.rbs', line 731 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def subnet_id @subnet_id end |