Sha256: 779a6b03bd5b0f44449daa1bd617d80e587624dc96555d75ae35d729a3207088

Contents?: true

Size: 873 Bytes

Versions: 2

Compression:

Stored size: 873 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageLambdaHour.md
datadog_api_client-1.5.0 docs/v1/UsageLambdaHour.md