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.

How long a running instance either used a reservation or was On-Demand.

Inheritance Hierarchy

System.Object
  Amazon.CostExplorer.Model.CoverageHours

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

Syntax

C#
public class CoverageHours

The CoverageHours type exposes the following members

Constructors

NameDescription
Public Method CoverageHours()

Properties

NameTypeDescription
Public Property CoverageHoursPercentage System.String

Gets and sets the property CoverageHoursPercentage.

The percentage of instance hours that a reservation covered.

Public Property OnDemandHours System.String

Gets and sets the property OnDemandHours.

The number of instance running hours that On-Demand Instances covered.

Public Property ReservedHours System.String

Gets and sets the property ReservedHours.

The number of instance running hours that reservations covered.

Public Property TotalRunningHours System.String

Gets and sets the property TotalRunningHours.

The total instance usage, in hours.

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