AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CostExplorer.Model.EBSResourceUtilization

Namespace: Amazon.CostExplorer.Model
Assembly: AWSSDK.CostExplorer.dll
Version: 3.x.y.z

Syntax

C#
public class EBSResourceUtilization

The EBSResourceUtilization type exposes the following members

Constructors

NameDescription
Public Method EBSResourceUtilization()

Properties

NameTypeDescription
Public Property EbsReadBytesPerSecond System.String

Gets and sets the property EbsReadBytesPerSecond.

The maximum size of read operations per second

Public Property EbsReadOpsPerSecond System.String

Gets and sets the property EbsReadOpsPerSecond.

The maximum number of read operations per second.

Public Property EbsWriteBytesPerSecond System.String

Gets and sets the property EbsWriteBytesPerSecond.

The maximum size of write operations per second.

Public Property EbsWriteOpsPerSecond System.String

Gets and sets the property EbsWriteOpsPerSecond.

The maximum number of write operations per second.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5