class Aws::SecurityHub::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail

Provides information about a private IPv4 address that is with the network interface.

@note When making an API call, you may pass AwsEc2NetworkInterfacePrivateIpAddressDetail

data as a hash:

    {
      private_ip_address: "NonEmptyString",
      private_dns_name: "NonEmptyString",
    }

@!attribute [rw] private_ip_address

The IP address.
@return [String]

@!attribute [rw] private_dns_name

The private DNS name for the IP address.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2NetworkInterfacePrivateIpAddressDetail AWS API Documentation

Constants

SENSITIVE