You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::CustomerArtifactPaths

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CustomerArtifactPaths as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#android_pathsArray<String>

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

Returns:

  • (Array<String>)

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

#device_host_pathsArray<String>

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

Returns:

  • (Array<String>)

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

#ios_pathsArray<String>

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

Returns:

  • (Array<String>)

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