NAME

Paws::ComputeOptimizer::ProjectedMetric

USAGE

This 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

DESCRIPTION

Describes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance.

ATTRIBUTES

Name => Str

The name of the projected utilization metric.

Memory metrics are only returned 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/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html).

Timestamps => ArrayRef[Str|Undef]

The time stamps of the projected utilization metric.

Values => ArrayRef[Num]

The values of the projected utilization metrics.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::ComputeOptimizer

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues