Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressDetails]
Returns the value of attribute private_ip_addresses.
-
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def ipv_6_addresses @ipv_6_addresses end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def network_interface_id @network_interface_id end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def private_ip_address @private_ip_address end |
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressDetails]
Returns the value of attribute private_ip_addresses.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def private_ip_addresses @private_ip_addresses end |
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def public_dns_name @public_dns_name end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def public_ip @public_ip end |
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def vpc_id @vpc_id end |