ListProjectsRequest
public struct ListProjectsRequest : AWSShape
extension DeviceFarm.ListProjectsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a 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? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DeviceFarm.ListProjectsRequest
View on GitHub
ListProjectsRequest Structure Reference