You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::EC2ResourceUtilization

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Utilization metrics of the instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_resource_utilizationTypes::EBSResourceUtilization

The EBS field that contains a list of EBS metrics associated with the current instance.

Returns:

#max_cpu_utilization_percentageString

Maximum observed or expected CPU utilization of the instance.

Returns:

  • (String)

    Maximum observed or expected CPU utilization of the instance.

#max_memory_utilization_percentageString

Maximum observed or expected memory utilization of the instance.

Returns:

  • (String)

    Maximum observed or expected memory utilization of the instance.

#max_storage_utilization_percentageString

Maximum observed or expected storage utilization of the instance (does not measure EBS storage).

Returns:

  • (String)

    Maximum observed or expected storage utilization of the instance (does not measure EBS storage).