Sha256: 128ce30232346fcfe826397f722519a0685add0d552bb17086144a84dabf4c29
Contents?: true
Size: 648 Bytes
Versions: 2
Compression:
Stored size: 648 Bytes
Contents
# DatadogAPIClient::V1::AWSLogsListServicesResponse ## Properties | Name | Type | Description | Notes | | --------- | ---------- | -------------------------------------------------------------- | ---------- | | **id** | **String** | Key value in returned object. | [optional] | | **label** | **String** | Name of service available for configuration with Datadog logs. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSLogsListServicesResponse.new( id: s3, label: S3 Access Logs ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSLogsListServicesResponse.md |
datadog_api_client-1.5.0 | docs/v1/AWSLogsListServicesResponse.md |