Skip to content

Guardduty  >  Structures  >  PrivateIpAddressDetails

PrivateIpAddressDetails

Structure Class

PrivateIpAddressDetails dataclass

Contains other private IP address information of the EC2 instance.

Attributes

private_dns_name class-attribute instance-attribute
private_dns_name: str | None = None

The private DNS name of the EC2 instance.

private_ip_address class-attribute instance-attribute
private_ip_address: str | None = field(repr=False, default=None)

The private IP address of the EC2 instance.