Sha256: a9c12d1461ab85f5dce8b9594672381dd236583af2b8108df3cc4d3cd2459950
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 Bytes
Contents
# DatadogAPIClient::V1::AWSTagFilterListResponse ## Properties | Name | Type | Description | Notes | | ----------- | ------------------------------------------------ | ------------------------ | ---------- | | **filters** | [**Array<AWSTagFilter>**](AWSTagFilter.md) | An array of tag filters. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSTagFilterListResponse.new( filters: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSTagFilterListResponse.md |
datadog_api_client-1.5.0 | docs/v1/AWSTagFilterListResponse.md |