Sha256: fc702b5810602c4429d0785bafe824f7563b8f0b8f991b828da9c532e32b906b
Contents?: true
Size: 704 Bytes
Versions: 2
Compression:
Stored size: 704 Bytes
Contents
# DatadogAPIClient::V1::AWSTagFilterDeleteRequest ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------------------- | ------------------------------------------ | ---------- | | **account_id** | **String** | The unique identifier of your AWS account. | [optional] | | **namespace** | [**AWSNamespace**](AWSNamespace.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSTagFilterDeleteRequest.new( account_id: FAKEAC0FAKEAC2FAKEAC, namespace: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSTagFilterDeleteRequest.md |
datadog_api_client-1.5.0 | docs/v1/AWSTagFilterDeleteRequest.md |