AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents the output of a test. Examples of artifacts include logs and screenshots.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Artifact

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Artifact : Object

The Artifact type exposes the following members

Constructors

NameDescription
Public Method Artifact()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The artifact's ARN.

Public Property Extension System.String Gets and sets the property Extension.

The artifact's file extension.

Public Property Name System.String Gets and sets the property Name.

The artifact's name.

Public Property Type Amazon.DeviceFarm.ArtifactType Gets and sets the property Type.

The artifact's type.

Allowed values include the following:

  • APPIUM_JAVA_OUTPUT: The Appium Java output type.

  • APPIUM_JAVA_XML_OUTPUT: The Appium Java XML output type.

  • APPIUM_PYTHON_OUTPUT: The Appium Python output type.

  • APPIUM_PYTHON_XML_OUTPUT: The Appium Python XML output type.

  • APPIUM_SERVER_OUTPUT: The Appium server output type.

  • AUTOMATION_OUTPUT: The automation output type.

  • CALABASH_JSON_OUTPUT: The Calabash JSON output type.

  • CALABASH_JAVA_XML_OUTPUT: The Calabash Java XML output type.

  • CALABASH_PRETTY_OUTPUT: The Calabash pretty output type.

  • CALABASH_STANDARD_OUTPUT: The Calabash standard output type.

  • DEVICE_LOG: The device log type.

  • EXERCISER_MONKEY_OUTPUT: For Android, the artifact (log) generated by an Android fuzz test.

  • INSTRUMENTATION_OUTPUT: The instrumentation type.

  • MESSAGE_LOG: The message log type.

  • RESULT_LOG: The result log type.

  • SCREENSHOT: The screenshot type.

  • SERVICE_LOG: The service log type.

  • UNKNOWN: An unknown type.

Public Property Url System.String Gets and sets the property Url.

The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the artifact's file.

Version Information

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