Sha256: c3871a3f280e92a13bafee9c287cd5c711636f5169dd302b06cb4a9fd8e0d5b5
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# DatadogAPIClient::V1::UsageFargateHour ## Properties | Name | Type | Description | Notes | | ------------------------------ | ----------- | ------------------------------------------------------ | ---------- | | **avg_profiled_fargate_tasks** | **Integer** | The average profiled task count for Fargate Profiling. | [optional] | | **hour** | **Time** | The hour for the usage. | [optional] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | | **tasks_count** | **Integer** | The number of Fargate tasks run. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageFargateHour.new( avg_profiled_fargate_tasks: null, hour: null, org_name: null, public_id: null, tasks_count: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageFargateHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageFargateHour.md |