You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::PrivateIpAddressDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains other private IP address information of the EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_nameString

The private DNS name of the EC2 instance.

Returns:

  • (String)

    The private DNS name of the EC2 instance.

#private_ip_addressString

The private IP address of the EC2 instance.

Returns:

  • (String)

    The private IP address of the EC2 instance.