Sha256: acfc52d08c8d3baa5f9613fef8b06f7e0492f456a0f15810a117efd81d29345c

Contents?: true

Size: 603 Bytes

Versions: 2

Compression:

Stored size: 603 Bytes

Contents

# DatadogAPIClient::V1::AWSTagFilter

## Properties

| Name               | Type                                | Description            | Notes      |
| ------------------ | ----------------------------------- | ---------------------- | ---------- |
| **namespace**      | [**AWSNamespace**](AWSNamespace.md) |                        | [optional] |
| **tag_filter_str** | **String**                          | The tag filter string. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::AWSTagFilter.new(
  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/AWSTagFilter.md
datadog_api_client-1.5.0 docs/v1/AWSTagFilter.md