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

Class: Aws::DeviceFarm::Types::Artifact

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The artifact\'s ARN.

Returns:

  • (String)

    The artifact\'s ARN.

#extensionString

The artifact\'s file extension.

Returns:

  • (String)

    The artifact\'s file extension.

#nameString

The artifact\'s name.

Returns:

  • (String)

    The artifact\'s name.

#typeString

The artifact\'s type.

Allowed values include the following:

  • UNKNOWN

  • SCREENSHOT

  • DEVICE_LOG

  • MESSAGE_LOG

  • VIDEO_LOG

  • RESULT_LOG

  • SERVICE_LOG

  • WEBKIT_LOG

  • INSTRUMENTATION_OUTPUT

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

  • CALABASH_JSON_OUTPUT

  • CALABASH_PRETTY_OUTPUT

  • CALABASH_STANDARD_OUTPUT

  • CALABASH_JAVA_XML_OUTPUT

  • AUTOMATION_OUTPUT

  • APPIUM_SERVER_OUTPUT

  • APPIUM_JAVA_OUTPUT

  • APPIUM_JAVA_XML_OUTPUT

  • APPIUM_PYTHON_OUTPUT

  • APPIUM_PYTHON_XML_OUTPUT

  • EXPLORER_EVENT_LOG

  • EXPLORER_SUMMARY_LOG

  • APPLICATION_CRASH_REPORT

  • XCTEST_LOG

  • VIDEO

  • CUSTOMER_ARTIFACT

  • CUSTOMER_ARTIFACT_LOG

  • TESTSPEC_OUTPUT

    Possible values:

    • UNKNOWN
    • SCREENSHOT
    • DEVICE_LOG
    • MESSAGE_LOG
    • VIDEO_LOG
    • RESULT_LOG
    • SERVICE_LOG
    • WEBKIT_LOG
    • INSTRUMENTATION_OUTPUT
    • EXERCISER_MONKEY_OUTPUT
    • CALABASH_JSON_OUTPUT
    • CALABASH_PRETTY_OUTPUT
    • CALABASH_STANDARD_OUTPUT
    • CALABASH_JAVA_XML_OUTPUT
    • AUTOMATION_OUTPUT
    • APPIUM_SERVER_OUTPUT
    • APPIUM_JAVA_OUTPUT
    • APPIUM_JAVA_XML_OUTPUT
    • APPIUM_PYTHON_OUTPUT
    • APPIUM_PYTHON_XML_OUTPUT
    • EXPLORER_EVENT_LOG
    • EXPLORER_SUMMARY_LOG
    • APPLICATION_CRASH_REPORT
    • XCTEST_LOG
    • VIDEO
    • CUSTOMER_ARTIFACT
    • CUSTOMER_ARTIFACT_LOG
    • TESTSPEC_OUTPUT

Returns:

  • (String)

    The artifact\'s type.

#urlString

The presigned Amazon S3 URL that can be used with a GET request to download the artifact\'s file.

Returns:

  • (String)

    The presigned Amazon S3 URL that can be used with a GET request to download the artifact\'s file.