![]() |
![]()
| ![]() |
![]()
NAMEPaws::ComputeOptimizer::LambdaFunctionRecommendation USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ComputeOptimizer::LambdaFunctionRecommendation object: $service_obj->Method(Att1 => { AccountId => $value, ..., UtilizationMetrics => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ComputeOptimizer::LambdaFunctionRecommendation object: $result = $service_obj->Method(...); $result->Att1->AccountId DESCRIPTIONDescribes an AWS Lambda function recommendation. ATTRIBUTESAccountId => StrThe AWS account ID of the function. CurrentMemorySize => IntThe amount of memory, in MB, that's allocated to the current function. Finding => StrThe finding classification of the function. Findings for functions include:
FindingReasonCodes => ArrayRef[Str|Undef]The reason for the finding classification of the function. Functions that have a finding classification of "Optimized" don't have a finding reason code. Finding reason codes for functions include:
FunctionArn => StrThe Amazon Resource Name (ARN) of the current function. FunctionVersion => StrThe version number of the current function. LastRefreshTimestamp => StrThe time stamp of when the function recommendation was last refreshed. LookbackPeriodInDays => NumThe number of days for which utilization metrics were analyzed for the function. MemorySizeRecommendationOptions => ArrayRef[Paws::ComputeOptimizer::LambdaFunctionMemoryRecommendationOption]An array of objects that describe the memory configuration recommendation options for the function. NumberOfInvocations => IntThe number of times your function code was executed during the look-back period. UtilizationMetrics => ArrayRef[Paws::ComputeOptimizer::LambdaFunctionUtilizationMetric]An array of objects that describe the utilization metrics of the function. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ComputeOptimizer BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|