Sha256: ada6c27a8c00f171a9047516a66835ef31b293ea21b9d6c7da7c34d0dd4087df

Contents?: true

Size: 595 Bytes

Versions: 7

Compression:

Stored size: 595 Bytes

Contents

# DatadogAPIClient::V1::UsageLambdaHour

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **func_count** | **Integer** | Contains the number of different functions for each region and AWS account. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |
| **invocations_sum** | **Integer** | Contains the sum of invocations of all functions. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageLambdaHour.new(
  func_count: null,
  hour: null,
  invocations_sum: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.3.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.2.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.1.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.0.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageLambdaHour.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageLambdaHour.md