# DatadogAPIClient::V1::AWSLogsLambda ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **arn** | **String** | Available ARN IDs. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSLogsLambda.new( arn: null ) ```