You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::NetworkInterface
- Defined in:
- (unknown)
Overview
Contains information about the network interfaces interacting with an EC2 instance. This data type is used as one of the elements of the AssetAttributes data type.
Instance Attribute Summary collapse
-
#ipv6_addresses ⇒ Array<String>
The IP addresses associated with the network interface.
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#private_dns_name ⇒ String
The name of a private DNS associated with the network interface.
-
#private_ip_address ⇒ String
The private IP address associated with the network interface.
-
#private_ip_addresses ⇒ Array<Types::PrivateIp>
A list of the private IP addresses associated with the network interface.
-
#public_dns_name ⇒ String
The name of a public DNS associated with the network interface.
-
#public_ip ⇒ String
The public IP address from which the network interface is reachable.
-
#security_groups ⇒ Array<Types::SecurityGroup>
A list of the security groups associated with the network interface.
-
#subnet_id ⇒ String
The ID of a subnet associated with the network interface.
-
#vpc_id ⇒ String
The ID of a VPC associated with the network interface.
Instance Attribute Details
#ipv6_addresses ⇒ Array<String>
The IP addresses associated with the network interface.
#network_interface_id ⇒ String
The ID of the network interface.
#private_dns_name ⇒ String
The name of a private DNS associated with the network interface.
#private_ip_address ⇒ String
The private IP address associated with the network interface.
#private_ip_addresses ⇒ Array<Types::PrivateIp>
A list of the private IP addresses associated with the network interface. Includes the privateDnsName and privateIpAddress.
#public_dns_name ⇒ String
The name of a public DNS associated with the network interface.
#public_ip ⇒ String
The public IP address from which the network interface is reachable.
#security_groups ⇒ Array<Types::SecurityGroup>
A list of the security groups associated with the network interface. Includes the groupId and groupName.
#subnet_id ⇒ String
The ID of a subnet associated with the network interface.
#vpc_id ⇒ String
The ID of a VPC associated with the network interface.