class Aws::DeviceFarm::Types::CustomerArtifactPaths

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`.

@note When making an API call, you may pass CustomerArtifactPaths

data as a hash:

    {
      ios_paths: ["String"],
      android_paths: ["String"],
      device_host_paths: ["String"],
    }

@!attribute [rw] ios_paths

Comma-separated list of paths on the iOS device where the artifacts
generated by the customer's tests are pulled from.
@return [Array<String>]

@!attribute [rw] android_paths

Comma-separated list of paths on the Android device where the
artifacts generated by the customer's tests are pulled from.
@return [Array<String>]

@!attribute [rw] device_host_paths

Comma-separated list of paths in the test execution environment
where the artifacts generated by the customer's tests are pulled
from.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CustomerArtifactPaths AWS API Documentation

Constants

SENSITIVE