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

Class: Aws::CostExplorer::Types::EBSResourceUtilization

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_read_bytes_per_secondString

The maximum size of read operations per second

Returns:

  • (String)

    The maximum size of read operations per second.

#ebs_read_ops_per_secondString

The maximum number of read operations per second.

Returns:

  • (String)

    The maximum number of read operations per second.

#ebs_write_bytes_per_secondString

The maximum size of write operations per second.

Returns:

  • (String)

    The maximum size of write operations per second.

#ebs_write_ops_per_secondString

The maximum number of write operations per second.

Returns:

  • (String)

    The maximum number of write operations per second.