![]() |
![]()
| ![]() |
![]()
NAMEPaws::ComputeOptimizer::ProjectedMetric 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::ProjectedMetric object: $service_obj->Method(Att1 => { Name => $value, ..., Values => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ComputeOptimizer::ProjectedMetric object: $result = $service_obj->Method(...); $result->Att1->Name DESCRIPTIONDescribes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance. This represents the projected utilization of a recommendation option had you used that resource during the analyzed period. Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option. The "Cpu" and "Memory" metrics are the only projected utilization metrics returned when you run the "GetEC2RecommendationProjectedMetrics" action. Additionally, the "Memory" metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent (https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent). ATTRIBUTESName => StrThe name of the projected utilization metric. The following projected utilization metrics are returned:
Timestamps => ArrayRef[Str|Undef]The time stamps of the projected utilization metric. Values => ArrayRef[Num]The values of the projected utilization metrics. 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>
|