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

Class: Aws::Inspector::Types::PrivateIp

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

Overview

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_nameString

The DNS name of the private IP address.

Returns:

  • (String)

    The DNS name of the private IP address.

#private_ip_addressString

The full IP address of the network inteface.

Returns:

  • (String)

    The full IP address of the network inteface.