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

Class: Aws::DeviceFarm::Types::CPU

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

Overview

Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The CPU\'s architecture (for example, x86 or ARM).

Returns:

  • (String)

    The CPU\'s architecture (for example, x86 or ARM).

#clockFloat

The clock speed of the device\'s CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.

Returns:

  • (Float)

    The clock speed of the device\'s CPU, expressed in hertz (Hz).

#frequencyString

The CPU\'s frequency.

Returns:

  • (String)

    The CPU\'s frequency.