Sha256: f9bb2b2261669e046b13decdf03f627960bcda12bd26931b2c4a1d060bf03dad

Contents?: true

Size: 652 Bytes

Versions: 3

Compression:

Stored size: 652 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

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/AWSAccountDeleteRequest.md
datadog_api_client-1.3.0 docs/v1/AWSAccountDeleteRequest.md
datadog_api_client-1.2.0 docs/v1/AWSAccountDeleteRequest.md