CPU

public struct CPU : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The CPU’s architecture (for example, x86 or ARM).

    Declaration

    Swift

    public let architecture: String?
  • The clock speed of the device’s CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.

    Declaration

    Swift

    public let clock: Double?
  • The CPU’s frequency.

    Declaration

    Swift

    public let frequency: String?
  • Undocumented

    Declaration

    Swift

    public init(architecture: String? = nil, clock: Double? = nil, frequency: String? = nil)