Class: DatadogAPIClient::V1::AWSAccountAndLambdaRequest

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb

Overview

AWS account ID and Lambda ARN.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

Your AWS Account ID without dashes.



29
30
31
# File 'lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb', line 29

def 
  @account_id
end

#lambda_arnObject

ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup.



32
33
34
# File 'lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb', line 32

def lambda_arn
  @lambda_arn
end