Guardduty > Structures > Country Country¶ Structure Class¶ Country dataclass ¶ Contains information about the country where the remote IP address is located. Attributes¶ country_code class-attribute instance-attribute ¶ country_code: str | None = None The country code of the remote IP address. country_name class-attribute instance-attribute ¶ country_name: str | None = None The country name of the remote IP address.