You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::Counters
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Counters
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#errored ⇒ Integer
The number of errored entities.
-
#failed ⇒ Integer
The number of failed entities.
-
#passed ⇒ Integer
The number of passed entities.
-
#skipped ⇒ Integer
The number of skipped entities.
-
#stopped ⇒ Integer
The number of stopped entities.
-
#total ⇒ Integer
The total number of entities.
-
#warned ⇒ Integer
The number of warned entities.
Instance Attribute Details
#errored ⇒ Integer
The number of errored entities.
#failed ⇒ Integer
The number of failed entities.
#passed ⇒ Integer
The number of passed entities.
#skipped ⇒ Integer
The number of skipped entities.
#stopped ⇒ Integer
The number of stopped entities.
#total ⇒ Integer
The total number of entities.
#warned ⇒ Integer
The number of warned entities.