DeviceSelectionResult
public struct DeviceSelectionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filters in a device selection result.
Declaration
Swift
public let filters: [DeviceFilter]?
-
The number of devices that matched the device filter selection criteria.
Declaration
Swift
public let matchedDevicesCount: Int?
-
The maximum number of devices to be selected by a device filter and included in a test run.
Declaration
Swift
public let maxDevices: Int?
-
Undocumented
Declaration
Swift
public init(filters: [DeviceFilter]? = nil, matchedDevicesCount: Int? = nil, maxDevices: Int? = nil)