# DatadogAPIClient::V1::AWSAccountCreateResponse ## Properties | Name | Type | Description | Notes | | --------------- | ---------- | ---------------- | ---------- | | **external_id** | **String** | AWS external_id. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSAccountCreateResponse.new( external_id: null ) ```