ListArtifactsRequest
public struct ListArtifactsRequest : AWSShape
extension DeviceFarm.ListArtifactsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The run, job, suite, or test 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 artifacts’ type. Allowed values include: FILE LOG SCREENSHOT
Declaration
Swift
public let type: ArtifactCategory
-
Undocumented
Declaration
Swift
public init(arn: String, nextToken: String? = nil, type: ArtifactCategory)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DeviceFarm.ListArtifactsRequest