Sha256: 9effaa6b869cd9f2d4f8b929d4fbf90665de722f79efb26455fe9ed92a78f3a1
Contents?: true
Size: 483 Bytes
Versions: 6
Compression:
Stored size: 483 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
6 entries across 6 versions & 1 rubygems