Sha256: 8d6d7c6334be02b4d97f527e08b5213f733b8c82118126c88388cc019f29ee03
Contents?: true
Size: 562 Bytes
Versions: 7
Compression:
Stored size: 562 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
7 entries across 7 versions & 1 rubygems