You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::TestGridSessionArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridSessionArtifact
- Defined in:
- (unknown)
Overview
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
Instance Attribute Summary collapse
-
#filename ⇒ String
The file name of the artifact.
-
#type ⇒ String
The kind of artifact.
-
#url ⇒ String
A semi-stable URL to the content of the object.
Instance Attribute Details
#filename ⇒ String
The file name of the artifact.
#type ⇒ String
The kind of artifact.
Possible values:
- UNKNOWN
- VIDEO
- SELENIUM_LOG
#url ⇒ String
A semi-stable URL to the content of the object.