You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::NetworkInterface
- Defined in:
- (unknown)
Overview
Contains information about the elastic network interface of the EC2 instance.
Instance Attribute Summary collapse
-
#ipv_6_addresses ⇒ Array<String>
A list of IPv6 addresses for the EC2 instance.
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#private_dns_name ⇒ String
The private DNS name of the EC2 instance.
-
#private_ip_address ⇒ String
The private IP address of the EC2 instance.
-
#private_ip_addresses ⇒ Array<Types::PrivateIpAddressDetails>
Other private IP address information of the EC2 instance.
-
#public_dns_name ⇒ String
The public DNS name of the EC2 instance.
-
#public_ip ⇒ String
The public IP address of the EC2 instance.
-
#security_groups ⇒ Array<Types::SecurityGroup>
The security groups associated with the EC2 instance.
-
#subnet_id ⇒ String
The subnet ID of the EC2 instance.
-
#vpc_id ⇒ String
The VPC ID of the EC2 instance.
Instance Attribute Details
#ipv_6_addresses ⇒ Array<String>
A list of IPv6 addresses for the EC2 instance.
#network_interface_id ⇒ String
The ID of the network interface.
#private_dns_name ⇒ String
The private DNS name of the EC2 instance.
#private_ip_address ⇒ String
The private IP address of the EC2 instance.
#private_ip_addresses ⇒ Array<Types::PrivateIpAddressDetails>
Other private IP address information of the EC2 instance.
#public_dns_name ⇒ String
The public DNS name of the EC2 instance.
#public_ip ⇒ String
The public IP address of the EC2 instance.
#security_groups ⇒ Array<Types::SecurityGroup>
The security groups associated with the EC2 instance.
#subnet_id ⇒ String
The subnet ID of the EC2 instance.
#vpc_id ⇒ String
The VPC ID of the EC2 instance.