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
- Struct
- Aws::DeviceFarm::Types::DeviceMinutes
- 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
-
#metered ⇒ Float
When specified, represents only the sum of metered minutes used by the resource to run tests.
-
#total ⇒ Float
When specified, represents the total minutes used by the resource to run tests.
-
#unmetered ⇒ Float
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
Instance Attribute Details
#metered ⇒ Float
When specified, represents only the sum of metered minutes used by the resource to run tests.
#total ⇒ Float
When specified, represents the total minutes used by the resource to run tests.
#unmetered ⇒ Float
When specified, represents only the sum of unmetered minutes used by the resource to run tests.