DeviceMinutes

public struct DeviceMinutes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When specified, represents only the sum of metered minutes used by the resource to run tests.

    Declaration

    Swift

    public let metered: Double?
  • When specified, represents the total minutes used by the resource to run tests.

    Declaration

    Swift

    public let total: Double?
  • When specified, represents only the sum of unmetered minutes used by the resource to run tests.

    Declaration

    Swift

    public let unmetered: Double?
  • Undocumented

    Declaration

    Swift

    public init(metered: Double? = nil, total: Double? = nil, unmetered: Double? = nil)