CustomerArtifactPaths
public struct CustomerArtifactPaths : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Comma-separated list of paths on the Android device where the artifacts generated by the customer’s tests are pulled from.
Declaration
Swift
public let androidPaths: [String]?
-
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer’s tests are pulled from.
Declaration
Swift
public let deviceHostPaths: [String]?
-
Comma-separated list of paths on the iOS device where the artifacts generated by the customer’s tests are pulled from.
Declaration
Swift
public let iosPaths: [String]?
-
Undocumented
Declaration
Swift
public init(androidPaths: [String]? = nil, deviceHostPaths: [String]? = nil, iosPaths: [String]? = nil)