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