Sha256: 461b3ad3c0017a4bc46796c51d05c2cd1120c6d54afc3c7eacb588c1c4980fb4
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
# DatadogAPIClient::V2::LogsArchiveIntegrationS3 ## Properties | Name | Type | Description | Notes | | -------------- | ---------- | ----------------------------------- | ----- | | **account_id** | **String** | The account ID for the integration. | | | **role_name** | **String** | The path of the integration. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsArchiveIntegrationS3.new( account_id: 123456789012, role_name: role-name ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsArchiveIntegrationS3.md |
datadog_api_client-1.5.0 | docs/v2/LogsArchiveIntegrationS3.md |