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

Class: Aws::DeviceFarm::Types::DeviceMinutes

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#meteredFloat

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

Returns:

  • (Float)

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

#totalFloat

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

Returns:

  • (Float)

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

#unmeteredFloat

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

Returns:

  • (Float)

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