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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The artifact's ARN.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 178

class Artifact < Struct.new(
  :arn,
  :name,
  :type,
  :extension,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#extensionString

The artifact's file extension.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 178

class Artifact < Struct.new(
  :arn,
  :name,
  :type,
  :extension,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The artifact's name.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 178

class Artifact < Struct.new(
  :arn,
  :name,
  :type,
  :extension,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#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

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 178

class Artifact < Struct.new(
  :arn,
  :name,
  :type,
  :extension,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 178

class Artifact < Struct.new(
  :arn,
  :name,
  :type,
  :extension,
  :url)
  SENSITIVE = []
  include Aws::Structure
end