Sha256: 9a5ed2ce0cfcc218e9f8d36e6f543b07e7fd64d287101641fbeb6a1f31f408cb

Contents?: true

Size: 816 Bytes

Versions: 2

Compression:

Stored size: 816 Bytes

Contents

# DatadogAPIClient::V1::AWSTagFilterCreateRequest

## Properties

| Name               | Type                                | Description                         | Notes      |
| ------------------ | ----------------------------------- | ----------------------------------- | ---------- |
| **account_id**     | **String**                          | Your AWS Account ID without dashes. | [optional] |
| **namespace**      | [**AWSNamespace**](AWSNamespace.md) |                                     | [optional] |
| **tag_filter_str** | **String**                          | The tag filter string.              | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::AWSTagFilterCreateRequest.new(
  account_id: 1234567,
  namespace: null,
  tag_filter_str: prod*
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/AWSTagFilterCreateRequest.md
datadog_api_client-1.5.0 docs/v1/AWSTagFilterCreateRequest.md