DevicePool

public struct DevicePool : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The device pool’s ARN.

    Declaration

    Swift

    public let arn: String?
  • The device pool’s description.

    Declaration

    Swift

    public let description: String?
  • The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter. By specifying the maximum number of devices, you can control the costs that you incur by running tests.

    Declaration

    Swift

    public let maxDevices: Int?
  • The device pool’s name.

    Declaration

    Swift

    public let name: String?
  • Information about the device pool’s rules.

    Declaration

    Swift

    public let rules: [Rule]?
  • The device pool’s type. Allowed values include: CURATED: A device pool that is created and managed by AWS Device Farm. PRIVATE: A device pool that is created and managed by the device pool developer.

    Declaration

    Swift

    public let type: DevicePoolType?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, description: String? = nil, maxDevices: Int? = nil, name: String? = nil, rules: [Rule]? = nil, type: DevicePoolType? = nil)