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 result that's associated with a time period.

Inheritance Hierarchy

System.Object
  Amazon.CostExplorer.Model.ResultByTime

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

Syntax

C#
public class ResultByTime

The ResultByTime type exposes the following members

Constructors

NameDescription
Public Method ResultByTime()

Properties

NameTypeDescription
Public Property Estimated System.Boolean

Gets and sets the property Estimated.

Determines whether the result is estimated.

Public Property Groups System.Collections.Generic.List<Amazon.CostExplorer.Model.Group>

Gets and sets the property Groups.

The groups that this time period includes.

Public Property TimePeriod Amazon.CostExplorer.Model.DateInterval

Gets and sets the property TimePeriod.

The time period that the result covers.

Public Property Total System.Collections.Generic.Dictionary<System.String, Amazon.CostExplorer.Model.MetricValue>

Gets and sets the property Total.

The total amount of cost or usage accrued during the time period.

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