Sha256: 0f31d3d4f4d17abb10c4a0a7eb4e4b314378112bfe77f5012a69903130bf7739
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::AWSIntegrationAPI.new account_id = "account_id_example" # String | Only return AWS filters that matches this `account_id`. begin # Get all AWS tag filters result = api_instance.list_aws_tag_filters(account_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling AWSIntegrationAPI->list_aws_tag_filters: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/aws-integration/ListAWSTagFilters.rb |