Sha256: 29ef122d82383a5fa65202d31c7da15de884b96506b7df94d349eb9b00c4022b
Contents?: true
Size: 971 Bytes
Versions: 2
Compression:
Stored size: 971 Bytes
Contents
# DatadogAPIClient::V1::AWSAccountDeleteRequest ## Properties | Name | Type | Description | Notes | | ----------------- | ---------- | ----------------------------------------------------------------------------------------- | ---------- | | **access_key_id** | **String** | Your AWS access key ID. Only required if your AWS account is a GovCloud or China account. | [optional] | | **account_id** | **String** | Your AWS Account ID without dashes. | [optional] | | **role_name** | **String** | Your Datadog role delegation name. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSAccountDeleteRequest.new( access_key_id: null, account_id: 1234567, role_name: DatadogAWSIntegrationRole ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSAccountDeleteRequest.md |
datadog_api_client-1.5.0 | docs/v1/AWSAccountDeleteRequest.md |