{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-private-ip-address-details-structure.json", "name": "PrivateIpAddressDetails", "description": "Contains other private IP address information of the EC2 instance.", "type": "object", "properties": { "PrivateDnsName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "privateDnsName" }, "description": "The private DNS name of the EC2 instance." } ] }, "PrivateIpAddress": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "privateIpAddress" }, "description": "The private IP address of the EC2 instance." } ] } } }