AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.DeviceMinutes

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DeviceMinutes : Object

The DeviceMinutes type exposes the following members

Constructors

NameDescription
Public Method DeviceMinutes()

Properties

NameTypeDescription
Public Property Metered System.Double Gets and sets the property Metered.

When specified, represents only the sum of metered minutes used by the resource to run tests.

Public Property Total System.Double Gets and sets the property Total.

When specified, represents the total minutes used by the resource to run tests.

Public Property Unmetered System.Double Gets and sets the property Unmetered.

When specified, represents only the sum of unmetered minutes used by the resource to run tests.

Version Information

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