AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.

Specify deviceHostPaths and optionally specify either iosPaths or androidPaths.

For web app tests, you can specify both iosPaths and androidPaths.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.CustomerArtifactPaths

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class CustomerArtifactPaths

The CustomerArtifactPaths type exposes the following members

Constructors

NameDescription
Public Method CustomerArtifactPaths()

Properties

NameTypeDescription
Public Property AndroidPaths System.Collections.Generic.List<System.String>

Gets and sets the property AndroidPaths.

Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.

Public Property DeviceHostPaths System.Collections.Generic.List<System.String>

Gets and sets the property DeviceHostPaths.

Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.

Public Property IosPaths System.Collections.Generic.List<System.String>

Gets and sets the property IosPaths.

Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5