ListDevicePoolsRequest
public struct ListDevicePoolsRequest : AWSShape
extension DeviceFarm.ListDevicePoolsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The project ARN.
Declaration
Swift
public let arn: String -
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Swift
public let nextToken: String? -
The device pools’ 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, nextToken: String? = nil, type: DevicePoolType? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DeviceFarm.ListDevicePoolsRequest
View on GitHub
ListDevicePoolsRequest Structure Reference